]> granicus.if.org Git - llvm/commitdiff
[MIR] Fix one GlobalISel test case that I missed in r275314.
authorQuentin Colombet <qcolombet@apple.com>
Wed, 13 Jul 2016 22:35:33 +0000 (22:35 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Wed, 13 Jul 2016 22:35:33 +0000 (22:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275333 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/MIR/AArch64/generic-virtual-registers-error.mir

index 16408ad88d59fcd40ff4220bac2e7c78f3380af2..8443a2fb349cdccea67a7b0c2e173d8f647e42aa 100644 (file)
@@ -1,6 +1,5 @@
-# RUN: not llc -mtriple=aarch64-apple-ios -start-after machine-sink -stop-after machine-sink -o /dev/null %s 2> %t.log
-# Everything is written on STDERR with mir, which is bad. So make two runs for now.
-# RUN: FileCheck %s -input-file=%t.log --check-prefix=CHECK
+# RUN: not llc -mtriple=aarch64-apple-ios -start-after machine-sink -stop-after machine-sink -o - %s 2> %t.log \
+# RUN:        | FileCheck %s --check-prefix=CHECK
 # RUN: FileCheck %s -input-file=%t.log --check-prefix=ERR
 # RUN: rm -f %t.log
 # REQUIRES: global-isel