mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
8039b6b99a
From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266854
7 lines
142 B
LLVM
7 lines
142 B
LLVM
|
|
@foo = alias i32 (...), bitcast (i32 ()* @foo2 to i32 (...)*)
|
|
|
|
define linkonce_odr i32 @foo2() {
|
|
%ret = add i32 42, 42
|
|
ret i32 %ret
|
|
} |