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

Unified Diff: test/Transforms/NaCl/pnacl-abi-simplify-postopt.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/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*)

Powered by Google App Engine
This is Rietveld 408576698