blob: fe060a7ea5a78483a66dc2f3bcd58f0a6d640a3d [file] [log] [blame]
Bill Wendling3574c2d2008-08-24 21:48:46 +00001; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep mov | count 1
2; XFAIL: *
3
4@f = external global void ()* ; <void ()**> [#uses=1]
5
6define i32 @main() nounwind {
7entry:
8 load void ()** @f, align 8 ; <void ()*>:0 [#uses=1]
9 tail call void %0( ) nounwind
10 ret i32 0
11}