aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/struct-byval-frame-index.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/struct-byval-frame-index.ll')
-rw-r--r--test/CodeGen/ARM/struct-byval-frame-index.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/struct-byval-frame-index.ll b/test/CodeGen/ARM/struct-byval-frame-index.ll
index 465ee12..0fd55ec 100644
--- a/test/CodeGen/ARM/struct-byval-frame-index.ll
+++ b/test/CodeGen/ARM/struct-byval-frame-index.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mcpu=cortex-a15 -verify-machineinstrs | FileCheck %s
+; RUN: llc < %s -mcpu=cortex-a15 -verify-machineinstrs -arm-atomic-cfg-tidy=0 | FileCheck %s
; Check a spill right after a function call with large struct byval is correctly
; generated.