projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39f7a2b
)
Fix the lit test added in r174972
author
Paul Redmond
<paul.redmond@intel.com>
Tue, 12 Feb 2013 16:07:27 +0000
(16:07 +0000)
committer
Paul Redmond
<paul.redmond@intel.com>
Tue, 12 Feb 2013 16:07:27 +0000
(16:07 +0000)
Patch by: Kevin Schoedel
llvm-svn: 174974
llvm/test/CodeGen/X86/pr14562.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/X86/pr14562.ll
b/llvm/test/CodeGen/X86/pr14562.ll
index
2df64b3
..
e66f175
100644
(file)
--- a/
llvm/test/CodeGen/X86/pr14562.ll
+++ b/
llvm/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
}