Make the input legal.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 30 Jan 2007 06:32:25 +0000 (06:32 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 30 Jan 2007 06:32:25 +0000 (06:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33655 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll

index 24c8cbe17eda141235b0cef0ed18725cc524f7f8..f39e62a65edab1cfe7c0fe02a098d2c2289cc477 100644 (file)
@@ -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
 }