Fix typo in test (verify-machine-instrs -> verify-machineinstrs)
authorJessica Paquette <jpaquette@apple.com>
Fri, 20 Apr 2018 23:37:48 +0000 (23:37 +0000)
committerJessica Paquette <jpaquette@apple.com>
Fri, 20 Apr 2018 23:37:48 +0000 (23:37 +0000)
llvm-svn: 330494

llvm/test/CodeGen/AArch64/machine-outliner-noredzone.ll

index 6f051ea..e2c85e6 100644 (file)
@@ -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