[llvm] r330494 - Fix typo in test (verify-machine-instrs -> verify-machineinstrs)

Jessica Paquette via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 16:37:48 PDT 2018


Author: paquette
Date: Fri Apr 20 16:37:48 2018
New Revision: 330494

URL: http://llvm.org/viewvc/llvm-project?rev=330494&view=rev
Log:
Fix typo in test (verify-machine-instrs -> verify-machineinstrs)


Modified:
    llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll

Modified: llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll?rev=330494&r1=330493&r2=330494&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/machine-outliner-noredzone.ll Fri Apr 20 16:37:48 2018
@@ -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




More information about the llvm-commits mailing list