diff options
-rw-r--r-- | test/CodeGen/X86/pr14562.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/pr14562.ll b/test/CodeGen/X86/pr14562.ll index 2df64b301d..e66f1752a3 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 } |