1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/test/ThinLTO/X86/Inputs/select_right_alias_definition2.ll

7 lines
142 B
LLVM
Raw Normal View History

@foo = alias i32 (...), bitcast (i32 ()* @foo2 to i32 (...)*)
define linkonce_odr i32 @foo2() {
%ret = add i32 42, 42
ret i32 %ret
}