summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Paquette <jpaquette@apple.com>2018-04-20 23:37:48 +0000
committerJessica Paquette <jpaquette@apple.com>2018-04-20 23:37:48 +0000
commite5d279e6d6018c97dba247e711d6cb846d533733 (patch)
tree9b73a938fcac40ba57bf182897ee05cfdb94fc8f
parentd442c3a6325672997de24c8fd2992f58cc99b1d7 (diff)
downloadbcm5719-llvm-e5d279e6d6018c97dba247e711d6cb846d533733.tar.gz
bcm5719-llvm-e5d279e6d6018c97dba247e711d6cb846d533733.zip
Fix typo in test (verify-machine-instrs -> verify-machineinstrs)
llvm-svn: 330494
-rw-r--r--llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll b/llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll
index 6f051eab3d0..e2c85e6794f 100644
--- a/llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll
+++ b/llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll
@@ -1,6 +1,6 @@
; 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
+; RUN: llc -verify-machineinstrs -enable-machine-outliner %s -o - | FileCheck %s
+; RUN: llc -verify-machineinstrs -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
OpenPOWER on IntegriCloud