mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Revert unconditional branch taken
This commit is contained in:
parent
f7b5400c6e
commit
942fb37155
1 changed files with 1 additions and 1 deletions
|
@ -4947,7 +4947,7 @@ fn build_proc_header<'a, 'ctx>(
|
|||
fn_val.add_attribute(AttributeLoc::Function, enum_attr);
|
||||
}
|
||||
|
||||
if true {
|
||||
if false {
|
||||
let kind_id = Attribute::get_named_enum_kind_id("noinline");
|
||||
debug_assert!(kind_id > 0);
|
||||
let enum_attr = env.context.create_enum_attribute(kind_id, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue