projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
367b67d
)
Fix test case I missed in r225432.
author
Craig Topper
<craig.topper@gmail.com>
Thu, 8 Jan 2015 07:57:27 +0000
(07:57 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Thu, 8 Jan 2015 07:57:27 +0000
(07:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225434
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/lea-2.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/lea-2.ll
b/test/CodeGen/X86/lea-2.ll
index 6fb387975c1b7d48c4d2eb8bdc392ba70dd45a13..98c57c7d090df3579db99b1342ed09d00f24ff4e 100644
(file)
--- a/
test/CodeGen/X86/lea-2.ll
+++ b/
test/CodeGen/X86/lea-2.ll
@@
-10,7
+10,7
@@
define i32 @test1(i32 %A, i32 %B) {
; The above computation of %tmp4 should match a single lea, without using
; actual add instructions.
; CHECK-NOT: add
-; CHECK: lea {{[a-z]+}},
dword ptr
[{{[a-z]+}} + 4*{{[a-z]+}} - 5]
+; CHECK: lea {{[a-z]+}}, [{{[a-z]+}} + 4*{{[a-z]+}} - 5]
ret i32 %tmp4
}