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

Unified Diff: test/Transforms/NaCl/pnacl-sjlj-eh-bug.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-sjlj-eh-bug.ll
diff --git a/test/Transforms/NaCl/pnacl-sjlj-eh-bug.ll b/test/Transforms/NaCl/pnacl-sjlj-eh-bug.ll
index e0796881285cc717c710b3ff4ed7024e831c3b43..2338e5bfe33108ff2e07b6b4ac192084ee4994de 100644
--- a/test/Transforms/NaCl/pnacl-sjlj-eh-bug.ll
+++ b/test/Transforms/NaCl/pnacl-sjlj-eh-bug.ll
@@ -27,7 +27,7 @@ define void @invoke_optimize_test() {
lpad:
landingpad i32 personality i8* null
catch i8* null
- %value = load i32* %var
+ %value = load i32, i32* %var
%is_zero = icmp eq i32 %value, 0
br i1 %is_zero, label %exit, label %do_call
@@ -66,7 +66,7 @@ iftrue:
ret void
iffalse:
- %value = load i32* %var
+ %value = load i32, i32* %var
%is_zero = icmp eq i32 %value, 0
br i1 %is_zero, label %exit, label %do_call

Powered by Google App Engine
This is Rietveld 408576698