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

Unified Diff: test/CodeGen/ARM/atomic-16bit-nacl.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/CodeGen/ARM/atomic-16bit-nacl.ll
diff --git a/test/CodeGen/ARM/atomic-16bit-nacl.ll b/test/CodeGen/ARM/atomic-16bit-nacl.ll
index 6c3c603973c8abc60fc8cc28380c235ec7d1492b..b368e80a99c1a2065d532ed93a0461ccebc8dca1 100644
--- a/test/CodeGen/ARM/atomic-16bit-nacl.ll
+++ b/test/CodeGen/ARM/atomic-16bit-nacl.ll
@@ -10,7 +10,7 @@ define void @test() {
%i = ptrtoint [516 x i8]* @i16_large to i32
%a = add i32 %i, 512
%a.asptr = inttoptr i32 %a to i16*
- %loaded = load atomic i16* %a.asptr seq_cst, align 2
+ %loaded = load atomic i16, i16* %a.asptr seq_cst, align 2
ret void
}
; CHECK-LABEL: test:

Powered by Google App Engine
This is Rietveld 408576698