[llvm-commits] CVS: llvm/test/CodeGen/ARM/inlineasm.ll

Chris Lattner sabre at nondot.org
Fri Apr 27 22:59:30 PDT 2007



Changes in directory llvm/test/CodeGen/ARM:

inlineasm.ll updated: 1.2 -> 1.3
---
Log message:

update syntax


---
Diffs of the changes:  (+1 -1)

 inlineasm.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CodeGen/ARM/inlineasm.ll
diff -u llvm/test/CodeGen/ARM/inlineasm.ll:1.2 llvm/test/CodeGen/ARM/inlineasm.ll:1.3
--- llvm/test/CodeGen/ARM/inlineasm.ll:1.2	Thu Mar  8 16:45:31 2007
+++ llvm/test/CodeGen/ARM/inlineasm.ll	Sat Apr 28 00:59:12 2007
@@ -6,7 +6,7 @@
 }
 
 define void @test2() {
-	%tmp1 = call i64 asm "ldmia $1!, {$0, ${0:H}}", "=r,==r,1"( i32** null, i32* null )		; <i64> [#uses=2]
+	%tmp1 = call i64 asm "ldmia $1!, {$0, ${0:H}}", "=r,=*r,1"( i32** null, i32* null )		; <i64> [#uses=2]
 	%tmp2 = lshr i64 %tmp1, 32		; <i64> [#uses=1]
 	%tmp3 = trunc i64 %tmp2 to i32		; <i32> [#uses=1]
 	%tmp4 = call i32 asm "pkhbt $0, $1, $2, lsl #16", "=r,r,r"( i32 0, i32 %tmp3 )		; <i32> [#uses=0]






More information about the llvm-commits mailing list