From: Paul Redmond Date: Tue, 12 Feb 2013 16:07:27 +0000 (+0000) Subject: Fix the lit test added in r174972 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=de53477c915105cb7828f9355ae5b3fc0cac4e04;p=oota-llvm.git Fix the lit test added in r174972 Patch by: Kevin Schoedel git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174974 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/pr14562.ll b/test/CodeGen/X86/pr14562.ll index 2df64b301da..e66f1752a30 100644 --- a/test/CodeGen/X86/pr14562.ll +++ b/test/CodeGen/X86/pr14562.ll @@ -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 }