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

Unified Diff: test/NaCl/Bitcode/no-structs.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/no-structs.ll
diff --git a/test/NaCl/Bitcode/no-structs.ll b/test/NaCl/Bitcode/no-structs.ll
index 289cc119fb6d5b22d92d5aa6b2f1f03f6f4c83ba..87f5b721b00b4efba915bb8c2de6eeed5b1a7e7f 100644
--- a/test/NaCl/Bitcode/no-structs.ll
+++ b/test/NaCl/Bitcode/no-structs.ll
@@ -12,7 +12,7 @@ declare void @func()
define void @CheckBitcastGlobal() {
%1 = bitcast <{ [4 x i8], i32}>* @compound to i32*
- %2 = load i32* %1, align 4
+ %2 = load i32, i32* %1, align 4
ret void
}

Powered by Google App Engine
This is Rietveld 408576698