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

Unified Diff: test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll

Issue 180483005: Fix PNaCl-local files after merging LLVM 3.4 (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@hs-merge-before-fixes
Patch Set: Created 6 years, 10 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
« no previous file with comments | « lib/Transforms/NaCl/PromoteIntegers.cpp ('k') | test/NaCl/PNaClLLC/test-runs-verify.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll
diff --git a/test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll b/test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll
index 19d6cbe0cd8ae84c07bcc42f5148399bd8879210..c0b9eb2c6fd99c45e99e4a4e8d1df65e1eeda87c 100644
--- a/test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll
+++ b/test/CodeGen/ARM/varargs-spill-stack-align-nacl.ll
@@ -27,5 +27,7 @@ define void @varargs_func(i32 %arg1, ...) {
; CHECK: sub sp, sp, #12
; Calculate the address of the varargs save area and save varargs
; arguments into it.
-; CHECK-NEXT: add r0, sp, #20
+; @LOCALMOD: Adjust test expectation, removing NEXT to allow CFI
+; directive to intervene in the output.
+; CHECK: add r0, sp, #20
; CHECK-NEXT: stm r0, {r1, r2, r3}
« no previous file with comments | « lib/Transforms/NaCl/PromoteIntegers.cpp ('k') | test/NaCl/PNaClLLC/test-runs-verify.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698