[llvm] r174974 - Fix the lit test added in r174972

Paul Redmond paul.redmond at intel.com
Tue Feb 12 08:07:27 PST 2013


Author: predmond
Date: Tue Feb 12 10:07:27 2013
New Revision: 174974

URL: http://llvm.org/viewvc/llvm-project?rev=174974&view=rev
Log:
Fix the lit test added in r174972

Patch by: Kevin Schoedel

Modified:
    llvm/trunk/test/CodeGen/X86/pr14562.ll

Modified: llvm/trunk/test/CodeGen/X86/pr14562.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr14562.ll?rev=174974&r1=174973&r2=174974&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr14562.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr14562.ll Tue Feb 12 10:07:27 2013
@@ -8,8 +8,8 @@ define void @foo() nounwind {
   %t = trunc i64 %s to i32
   %z = zext i32 %t to i64
   store i64 %z, i64* @temp1, align 8
-; CHECK: movl $0, temp1+4
-; CHECK: movl $0, temp1
+; CHECK: movl $0, {{_?}}temp1+4                                                
+; CHECK: movl $0, {{_?}}temp1
   ret void
 }
 





More information about the llvm-commits mailing list