[llvm-branch-commits] [llvm-branch] r111556 - /llvm/branches/Apple/Morbo/test/CodeGen/X86/empty-functions.ll

Bill Wendling isanbard at gmail.com
Thu Aug 19 13:24:34 PDT 2010


Author: void
Date: Thu Aug 19 15:24:34 2010
New Revision: 111556

URL: http://llvm.org/viewvc/llvm-project?rev=111556&view=rev
Log:
Update test to match the actual output on this branch. It is changed to the correct output in ToT.

Modified:
    llvm/branches/Apple/Morbo/test/CodeGen/X86/empty-functions.ll

Modified: llvm/branches/Apple/Morbo/test/CodeGen/X86/empty-functions.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/test/CodeGen/X86/empty-functions.ll?rev=111556&r1=111555&r2=111556&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/test/CodeGen/X86/empty-functions.ll (original)
+++ llvm/branches/Apple/Morbo/test/CodeGen/X86/empty-functions.ll Thu Aug 19 15:24:34 2010
@@ -7,9 +7,9 @@
 }
 ; CHECK-NO-FP:     _func:
 ; CHECK-NO-FP-NOT: movq %rsp, %rbp
-; CHECK-NO-FP:     nop
+; CHECK-NO-FP:     .byte 0
 
 ; CHECK-FP:      _func:
 ; CHECK-FP:      movq %rsp, %rbp
 ; CHECK-FP-NEXT: Ltmp1:
-; CHECK-FP:      nop
+; CHECK-FP:      .byte 0





More information about the llvm-branch-commits mailing list