bolt/deps/llvm-18.1.8/llvm/test/Linker/Inputs/PR11464.b.ll

13 lines
180 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
%bug_type = type { ptr }
%bar = type { i32 }
define i32 @bug_a(ptr %fp) nounwind uwtable {
entry:
ret i32 0
}
define i32 @bug_b(ptr %a) nounwind uwtable {
entry:
ret i32 0
}