diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll b/llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll index f0246057f65..6f051eab3d0 100644 --- a/llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll +++ b/llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll @@ -1,5 +1,6 @@ -; RUN: llc -enable-machine-outliner %s -o - | FileCheck %s -; RUN: llc -enable-machine-outliner -aarch64-redzone %s -o - | FileCheck %s -check-prefix=REDZONE +; XFAIL: * +; RUN: llc -verify-machine-instrs -enable-machine-outliner %s -o - | FileCheck %s +; RUN: llc -verify-machine-instrs -enable-machine-outliner -aarch64-redzone %s -o - | FileCheck %s -check-prefix=REDZONE ; Ensure that the MachineOutliner does not fire on functions which use a ; redzone. We don't care about what's actually outlined here. We just want to |

