diff options
Diffstat (limited to 'test/CodeGen/PowerPC/ppc32-lshrti3.ll')
-rw-r--r-- | test/CodeGen/PowerPC/ppc32-lshrti3.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/ppc32-lshrti3.ll b/test/CodeGen/PowerPC/ppc32-lshrti3.ll index f773cce..a2a280f 100644 --- a/test/CodeGen/PowerPC/ppc32-lshrti3.ll +++ b/test/CodeGen/PowerPC/ppc32-lshrti3.ll @@ -9,7 +9,7 @@ target triple = "powerpc--netbsd" ; Function Attrs: nounwind uwtable define i32 @fn1() #0 { entry: - %.promoted = load i72* inttoptr (i32 1 to i72*), align 4 + %.promoted = load i72, i72* inttoptr (i32 1 to i72*), align 4 br label %while.cond while.cond: ; preds = %while.cond, %entry |