| Index: test/Transforms/NaCl/pnacl-abi-simplify-postopt.ll
|
| diff --git a/test/Transforms/NaCl/pnacl-abi-simplify-postopt.ll b/test/Transforms/NaCl/pnacl-abi-simplify-postopt.ll
|
| index 74b7f8cf9b0ec6f98a3865a82a60de5e298567a2..76561d8a2f1834123cd08fbefdd52cef352e616b 100644
|
| --- a/test/Transforms/NaCl/pnacl-abi-simplify-postopt.ll
|
| +++ b/test/Transforms/NaCl/pnacl-abi-simplify-postopt.ll
|
| @@ -12,11 +12,11 @@ target datalayout = "p:32:32:32"
|
| ; CHECK: @var = global [4 x i8]
|
|
|
| define i16 @read_var() {
|
| - %val = load i16* bitcast (i32* @var to i16*)
|
| + %val = load i16, i16* bitcast (i32* @var to i16*)
|
| ret i16 %val
|
| }
|
| ; CHECK: = bitcast [4 x i8]* @var
|
| -; CHECK-NEXT: load i16*
|
| +; CHECK-NEXT: load i16, i16*
|
|
|
| ; Check that dead prototypes are successfully removed.
|
| declare void @unused_prototype(i8*)
|
|
|