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:
f4ea68f
)
add missing colon, thanks peter.
author
Chris Lattner
<sabre@nondot.org>
Thu, 11 Aug 2011 16:15:10 +0000
(16:15 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 11 Aug 2011 16:15:10 +0000
(16:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137306
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fast-isel-gep.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fast-isel-gep.ll
b/test/CodeGen/X86/fast-isel-gep.ll
index d141487c25f65e5d1d6db5a7b5d2b817f2e62629..05196a8aba7e9159aea9b5181509af3dad03dead 100644
(file)
--- a/
test/CodeGen/X86/fast-isel-gep.ll
+++ b/
test/CodeGen/X86/fast-isel-gep.ll
@@
-114,7
+114,7
@@
declare i8* @_ZNK18G__FastAllocString4dataEv() nounwind
define i32 @test7({i32,i32,i32}* %tmp1, i32 %tmp71, i32 %tmp63) nounwind {
; X64: test7:
; X64: movl 8({{%rdi|%rcx}}), %eax
-; X64
movl
$4, 8({{%rdi|%rcx}})
+; X64
: movl
$4, 8({{%rdi|%rcx}})
%tmp29 = getelementptr inbounds {i32,i32,i32}* %tmp1, i32 0, i32 2