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

Bill Wendling isanbard at gmail.com
Thu Aug 19 13:27:02 PDT 2010


Author: void
Date: Thu Aug 19 15:27:02 2010
New Revision: 111558

URL: http://llvm.org/viewvc/llvm-project?rev=111558&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/PowerPC/empty-functions.ll

Modified: llvm/branches/Apple/Morbo/test/CodeGen/PowerPC/empty-functions.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/test/CodeGen/PowerPC/empty-functions.ll?rev=111558&r1=111557&r2=111558&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/test/CodeGen/PowerPC/empty-functions.ll (original)
+++ llvm/branches/Apple/Morbo/test/CodeGen/PowerPC/empty-functions.ll Thu Aug 19 15:27:02 2010
@@ -6,7 +6,7 @@
   unreachable
 }
 ; CHECK-NO-FP:     _func:
-; CHECK-NO-FP:     nop
+; CHECK-NO-FP:     .byte 0
 
 ; CHECK-FP:      _func:
-; CHECK-FP:      nop
+; CHECK-FP:      .byte 0





More information about the llvm-branch-commits mailing list