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

Unified Diff: test/NaCl/Bitcode/forward-ref-pointer-intrinsic.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/NaCl/Bitcode/forward-ref-pointer-intrinsic.ll
diff --git a/test/NaCl/Bitcode/forward-ref-pointer-intrinsic.ll b/test/NaCl/Bitcode/forward-ref-pointer-intrinsic.ll
index ccb88ecd82a450e8fd10994ef3d76f686528b6a3..e416d53e9990a06b0ec22ebdfdd5d686cd2ee09f 100644
--- a/test/NaCl/Bitcode/forward-ref-pointer-intrinsic.ll
+++ b/test/NaCl/Bitcode/forward-ref-pointer-intrinsic.ll
@@ -10,7 +10,7 @@ define i32 @forward_ref() {
br label %block1
block2:
- %1 = load i8* %3
+ %1 = load i8, i8* %3
%2 = ptrtoint i8* %3 to i32
ret i32 %2
@@ -23,7 +23,7 @@ block1:
; TD2-NEXT: br label %block1
; TD2: block2:
; TD2-NEXT: %1 = inttoptr i32 %4 to i8*
-; TD2-NEXT: %2 = load i8* %1
+; TD2-NEXT: %2 = load i8, i8* %1
; TD2-NEXT: ret i32 %4
; TD2: block1:
; TD2-NEXT: %3 = call i8* @llvm.nacl.read.tp()

Powered by Google App Engine
This is Rietveld 408576698