diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/reg-coalesce-simple.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/reg-coalesce-simple.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/reg-coalesce-simple.ll b/llvm/test/CodeGen/PowerPC/reg-coalesce-simple.ll index 3d144985513..3f9cb8a7427 100644 --- a/llvm/test/CodeGen/PowerPC/reg-coalesce-simple.ll +++ b/llvm/test/CodeGen/PowerPC/reg-coalesce-simple.ll @@ -4,7 +4,7 @@ define i32 @test(%struct.foo* %X) nounwind { %tmp1 = getelementptr %struct.foo, %struct.foo* %X, i32 0, i32 2, i32 100 ; <i8*> [#uses=1] - %tmp = load i8* %tmp1 ; <i8> [#uses=1] + %tmp = load i8, i8* %tmp1 ; <i8> [#uses=1] %tmp2 = zext i8 %tmp to i32 ; <i32> [#uses=1] ret i32 %tmp2 } |