[llvm-commits] [llvm] r137306 - /llvm/trunk/test/CodeGen/X86/fast-isel-gep.ll
Chris Lattner
sabre at nondot.org
Thu Aug 11 09:15:11 PDT 2011
Author: lattner
Date: Thu Aug 11 11:15:10 2011
New Revision: 137306
URL: http://llvm.org/viewvc/llvm-project?rev=137306&view=rev
Log:
add missing colon, thanks peter.
Modified:
llvm/trunk/test/CodeGen/X86/fast-isel-gep.ll
Modified: llvm/trunk/test/CodeGen/X86/fast-isel-gep.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-gep.ll?rev=137306&r1=137305&r2=137306&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-gep.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-gep.ll Thu Aug 11 11:15:10 2011
@@ -114,7 +114,7 @@
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
More information about the llvm-commits
mailing list