[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll
Reid Spencer
reid at x10sys.com
Mon Jan 29 22:32:41 PST 2007
Changes in directory llvm/test/CodeGen/PowerPC:
2007-01-29-lbrx-asm.ll updated: 1.1 -> 1.2
---
Log message:
Make the input legal.
---
Diffs of the changes: (+2 -2)
2007-01-29-lbrx-asm.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll
diff -u llvm/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll:1.1 llvm/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll:1.2
--- llvm/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll:1.1 Mon Jan 29 17:45:03 2007
+++ llvm/test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll Tue Jan 30 00:32:25 2007
@@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -march=ppc32 &&
; RUN: llvm-as < %s | llc -march=ppc64
-define i16 @test(i8* %data, i16* %data) {
- %tmp237 = call i16 asm "lhbrx $0, $2, $1", "=r,r,bO,m"( i8* %data, i32 0, i16* %data ) ; <i16> [#uses=1]
+define i16 @test(i8* %d1, i16* %d2) {
+ %tmp237 = call i16 asm "lhbrx $0, $2, $1", "=r,r,bO,m"( i8* %d1, i32 0, i16* %d2 ) ; <i16> [#uses=1]
ret i16 %tmp237
}
More information about the llvm-commits
mailing list