summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2016-03-24 17:18:00 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2016-03-24 17:18:00 +0000
commit8f42b7b3cd603d9d0a7492ef63c624b31faeab60 (patch)
tree8a9f4860d8dab90d1d56ed2bf3713753b2882875
parentf3c5f46ed12c67a987207e4d1ab736261baed01e (diff)
downloadbcm5719-llvm-8f42b7b3cd603d9d0a7492ef63c624b31faeab60.tar.gz
bcm5719-llvm-8f42b7b3cd603d9d0a7492ef63c624b31faeab60.zip
Remove unnecessary redirect from test
llvm-svn: 264308
-rw-r--r--llvm/test/CodeGen/X86/deopt-bundles.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/deopt-bundles.ll b/llvm/test/CodeGen/X86/deopt-bundles.ll
index d7a293668d4..b90b5364b34 100644
--- a/llvm/test/CodeGen/X86/deopt-bundles.ll
+++ b/llvm/test/CodeGen/X86/deopt-bundles.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s 2>&1 | FileCheck %s
-; RUN: llc -O3 < %s 2>&1 | FileCheck %s
+; RUN: llc < %s | FileCheck %s
+; RUN: llc -O3 < %s | FileCheck %s
; RUN: llc -O3 -debug-only=stackmaps < %s 2>&1 | FileCheck -check-prefix=STACKMAPS %s
; REQUIRES: asserts
OpenPOWER on IntegriCloud