Index: test/Transforms/MinSFI/expand-allocas-globalvar-exists.ll |
diff --git a/test/Transforms/MinSFI/expand-allocas-globalvar-exists.ll b/test/Transforms/MinSFI/expand-allocas-globalvar-exists.ll |
index eaa0f7502859abeaba213a0c94857af69b1ddcf2..04f6f3c6739129ad0020079dde219f56a2ec69c8 100644 |
--- a/test/Transforms/MinSFI/expand-allocas-globalvar-exists.ll |
+++ b/test/Transforms/MinSFI/expand-allocas-globalvar-exists.ll |
@@ -13,7 +13,7 @@ define i8* @test_correct_global_var_used() { |
} |
; CHECK-LABEL: define i8* @test_correct_global_var_used() { |
-; CHECK-NEXT: %frame_top = load i32* @__sfi_stack_ptr1 |
+; CHECK-NEXT: %frame_top = load i32, i32* @__sfi_stack_ptr1 |
; CHECK-NEXT: %1 = sub i32 %frame_top, 1 |
; CHECK-NEXT: %ptr = inttoptr i32 %1 to i8* |
; CHECK-NEXT: ret i8* %ptr |