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

Unified Diff: test/NaCl/ARM/bx-sandboxing.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/ARM/bx-sandboxing.ll
diff --git a/test/NaCl/ARM/bx-sandboxing.ll b/test/NaCl/ARM/bx-sandboxing.ll
index facc5b7a725f70cb61bea9aabd5e6a3b0d23b1ff..641cc11f8583302aee860fea0a914f066eb0aaab 100644
--- a/test/NaCl/ARM/bx-sandboxing.ll
+++ b/test/NaCl/ARM/bx-sandboxing.ll
@@ -4,7 +4,7 @@
define i32 @foo() nounwind {
entry:
ret i32 42
-; CHECK: bic lr, lr, #3221225487
+; CHECK: bic lr, lr, #-1073741809
; CHECK-NEXT: bx lr
}

Powered by Google App Engine
This is Rietveld 408576698