diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/misched-fusion.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/misched-fusion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/misched-fusion.ll b/llvm/test/CodeGen/AArch64/misched-fusion.ll index d5140c62f66..d5dd9c757df 100644 --- a/llvm/test/CodeGen/AArch64/misched-fusion.ll +++ b/llvm/test/CodeGen/AArch64/misched-fusion.ll @@ -1,4 +1,4 @@ -; RUN: llc -o - %s -mattr=+arith-cbz-fusion,+use-postra-scheduler | FileCheck %s +; RUN: llc -o - %s -mattr=+arith-cbz-fusion | FileCheck %s ; RUN: llc -o - %s -mcpu=cyclone | FileCheck %s target triple = "arm64-apple-ios" |