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

Unified Diff: test/NaCl/Bitcode/dump.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/dump.ll
diff --git a/test/NaCl/Bitcode/dump.ll b/test/NaCl/Bitcode/dump.ll
index effe56106f26dcc0a62b1ca227ff742e58717a7e..9f87f0ae8be9d7b144d6b7fb486223739dadea8a 100644
--- a/test/NaCl/Bitcode/dump.ll
+++ b/test/NaCl/Bitcode/dump.ll
@@ -23,13 +23,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

Powered by Google App Engine
This is Rietveld 408576698