CodeGen peephole: fold redundant phys reg copies
[oota-llvm.git] / test / CodeGen / X86 / fold-call-2.ll
index 7a2b03833ae9c66a66bf9c4cbbe9c604419a2a68..b5e2606410f0cd2754ff12e34f3c27eb08f3b3e0 100644 (file)
@@ -4,7 +4,7 @@
 
 define i32 @main() nounwind {
 entry:
-       load void ()** @f, align 8              ; <void ()*>:0 [#uses=1]
+       load void ()*, void ()** @f, align 8            ; <void ()*>:0 [#uses=1]
        tail call void %0( ) nounwind
        ret i32 0
 }