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

Unified Diff: test/NaCl/X86/pic-nacl-x8632.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/X86/pic-nacl-x8632.ll
diff --git a/test/NaCl/X86/pic-nacl-x8632.ll b/test/NaCl/X86/pic-nacl-x8632.ll
index 95897c52aad81fecc6c1281e02aa7da92522343d..eded4026888bf4626771947bec340727647df021 100644
--- a/test/NaCl/X86/pic-nacl-x8632.ll
+++ b/test/NaCl/X86/pic-nacl-x8632.ll
@@ -7,7 +7,7 @@
define void @test0() nounwind {
entry:
store i32* @dst, i32** @ptr
- %tmp.s = load i32* @src
+ %tmp.s = load i32, i32* @src
store i32 %tmp.s, i32* @dst
ret void
; CHECK-LABEL: test0:

Powered by Google App Engine
This is Rietveld 408576698