mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
8039b6b99a
From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 266854
6 lines
106 B
LLVM
6 lines
106 B
LLVM
|
|
@foo = weak alias i32 (...), bitcast (i32 ()* @foo1 to i32 (...)*)
|
|
|
|
define i32 @foo1() {
|
|
ret i32 42
|
|
} |