diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/arm64-ands-bad-peephole.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-ands-bad-peephole.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-ands-bad-peephole.ll b/llvm/test/CodeGen/AArch64/arm64-ands-bad-peephole.ll index 38661a5f38f..87826fdbcb8 100644 --- a/llvm/test/CodeGen/AArch64/arm64-ands-bad-peephole.ll +++ b/llvm/test/CodeGen/AArch64/arm64-ands-bad-peephole.ll @@ -1,4 +1,4 @@ -; RUN: llc %s -o - -aarch64-atomic-cfg-tidy=0 | FileCheck %s +; RUN: llc %s -o - -aarch64-enable-atomic-cfg-tidy=0 | FileCheck %s ; Check that ANDS (tst) is not merged with ADD when the immediate ; is not 0. ; <rdar://problem/16693089> |

