13 lines
135 B
LLVM
13 lines
135 B
LLVM
|
define i32 @g() {
|
||
|
entry:
|
||
|
ret i32 0
|
||
|
}
|
||
|
|
||
|
$f = comdat nodeduplicate
|
||
|
|
||
|
define i32 @f() comdat {
|
||
|
entry:
|
||
|
%0 = call i32 @g()
|
||
|
ret i32 %0
|
||
|
}
|