aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/twoaddrinstr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/twoaddrinstr.ll')
-rw-r--r--test/CodeGen/ARM/twoaddrinstr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/twoaddrinstr.ll b/test/CodeGen/ARM/twoaddrinstr.ll
index 8da875f..01df3b4 100644
--- a/test/CodeGen/ARM/twoaddrinstr.ll
+++ b/test/CodeGen/ARM/twoaddrinstr.ll
@@ -1,5 +1,5 @@
; Tests for the two-address instruction pass.
-; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 %s -o - | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 -arm-atomic-cfg-tidy=0 %s -o - | FileCheck %s
define void @PR13378() nounwind {
; This was orriginally a crasher trying to schedule the instructions.