mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
df2896d609
llvm-svn: 81290
11 lines
256 B
LLVM
11 lines
256 B
LLVM
; RUN: llc < %s -mtriple=i386-apple-darwin | grep mov | count 1
|
|
|
|
@f = external global void ()* ; <void ()**> [#uses=1]
|
|
|
|
define i32 @main() nounwind {
|
|
entry:
|
|
load void ()** @f, align 8 ; <void ()*>:0 [#uses=1]
|
|
tail call void %0( ) nounwind
|
|
ret i32 0
|
|
}
|