diff options
Diffstat (limited to 'test/CodeGen/X86/fold-call-2.ll')
| -rw-r--r-- | test/CodeGen/X86/fold-call-2.ll | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/X86/fold-call-2.ll b/test/CodeGen/X86/fold-call-2.ll deleted file mode 100644 index b5e2606410f0..000000000000 --- a/test/CodeGen/X86/fold-call-2.ll +++ /dev/null @@ -1,10 +0,0 @@ -; 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 ()*, void ()** @f, align 8 ; <void ()*>:0 [#uses=1] - tail call void %0( ) nounwind - ret i32 0 -} |
