diff options
author | Chris Lattner <sabre@nondot.org> | 2011-08-11 16:15:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-08-11 16:15:10 +0000 |
commit | 7eba85eb86e349a3e707dd6ffa52b039fb2c28e0 (patch) | |
tree | bc964723e53461d155e8820b29c90c307c4806f3 | |
parent | f4ea68fa5a85d3e883cf35075133e64de4dfc046 (diff) |
add missing colon, thanks peter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137306 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/fast-isel-gep.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel-gep.ll b/test/CodeGen/X86/fast-isel-gep.ll index d141487c25..05196a8aba 100644 --- 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 |