diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/indexed-load.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/indexed-load.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/indexed-load.ll b/llvm/test/CodeGen/PowerPC/indexed-load.ll index 28d5724d283..ce386d76cf1 100644 --- a/llvm/test/CodeGen/PowerPC/indexed-load.ll +++ b/llvm/test/CodeGen/PowerPC/indexed-load.ll @@ -15,7 +15,7 @@ define void @f(%class.test* %this) { entry: %Subminor.i.i = getelementptr inbounds %class.test, %class.test* %this, i64 0, i32 1 %0 = bitcast [5 x i8]* %Subminor.i.i to i40* - %bf.load2.i.i = load i40* %0, align 4 + %bf.load2.i.i = load i40, i40* %0, align 4 %bf.clear7.i.i = and i40 %bf.load2.i.i, -8589934592 store i40 %bf.clear7.i.i, i40* %0, align 4 ret void |