[llvm] r266971 - Updated a test not to produce an empty s-file.

Evgeny Astigeevich via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 02:36:49 PDT 2016


Author: eastig
Date: Thu Apr 21 04:36:49 2016
New Revision: 266971

URL: http://llvm.org/viewvc/llvm-project?rev=266971&view=rev
Log:
Updated a test not to produce an empty s-file.

Modified:
    llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir

Modified: llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir?rev=266971&r1=266970&r2=266971&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir Thu Apr 21 04:36:49 2016
@@ -1,4 +1,4 @@
-# RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opts %s 2>&1 | FileCheck %s
+# RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opts -o - %s 2>&1 | FileCheck %s
 # CHECK: %1 = ANDWri {{.*}}
 # CHECK-NEXT: %wzr = SUBSWri {{.*}}
 --- |




More information about the llvm-commits mailing list