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