mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 05:40:30 +00:00
![Mehdi Amini](/assets/img/avatar_default.png)
From: Mehdi Amini <mehdi.amini@apple.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266854 91177308-0d34-0410-b5e6-96231b3b80d8
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
|
|
} |