ARM & AArch64: make use of common cmpxchg idioms after expansion
[oota-llvm.git] / test / CodeGen / ARM / twoaddrinstr.ll
index 8da875fef272831b767781c5a05a09fe7ff05a65..01df3b42d10732d69a13ad010f35aa99024ce659 100644 (file)
@@ -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.