1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/test/ThinLTO/X86/Inputs/select_right_alias_definition1.ll
Mehdi Amini 8039b6b99a FunctionImport: make sure we always select the right callee in presence of alias
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 266854
2016-04-20 04:17:36 +00:00

6 lines
106 B
LLVM

@foo = weak alias i32 (...), bitcast (i32 ()* @foo1 to i32 (...)*)
define i32 @foo1() {
ret i32 42
}