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

Unified Diff: test/NaCl/Bitcode/bcdist.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/bcdist.ll
diff --git a/test/NaCl/Bitcode/bcdist.ll b/test/NaCl/Bitcode/bcdist.ll
index ac002888f620567b3d81c59ce928b35600bf81a3..606d4afcf59aec4707facdad4b9878b7588428ff 100644
--- a/test/NaCl/Bitcode/bcdist.ll
+++ b/test/NaCl/Bitcode/bcdist.ll
@@ -169,13 +169,13 @@ define void @PhiBackwardRefs(i1) {
true: ; preds = %1
%4 = bitcast i8* %2 to i32*
- %5 = load i32* %4
+ %5 = load i32, i32* %4
%6 = ptrtoint i8* %3 to i32
br label %merge
false: ; preds = %1
%7 = bitcast i8* %2 to i32*
- %8 = load i32* %7
+ %8 = load i32, i32* %7
%9 = ptrtoint i8* %3 to i32
br label %merge
@@ -195,12 +195,12 @@ merge: ; preds = %false, %true
true: ; preds = %start
%4 = inttoptr i32 %9 to i32*
- %5 = load i32* %4
+ %5 = load i32, i32* %4
br label %merge
false: ; preds = %start
%6 = inttoptr i32 %9 to i32*
- %7 = load i32* %6
+ %7 = load i32, i32* %6
br label %merge
start: ; preds = %1
@@ -218,14 +218,14 @@ define void @PhiMergeCast(i1) {
true: ; preds = %1
%4 = bitcast i8* %2 to i32*
- %5 = load i32* %4
+ %5 = load i32, i32* %4
%6 = ptrtoint i8* %3 to i32
%7 = add i32 %5, %6
br label %merge
false: ; preds = %1
%8 = bitcast i8* %2 to i32*
- %9 = load i32* %8
+ %9 = load i32, i32* %8
%10 = ptrtoint i8* %3 to i32
br label %merge

Powered by Google App Engine
This is Rietveld 408576698