Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1320)

Unified Diff: test/Transforms/MinSFI/expand-allocas-globalvar-exists.ll

Issue 1151093004: Changes from 3.7 merge to files not in upstream (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698