Remove unnecessary redirect from test
authorSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 24 Mar 2016 17:18:00 +0000 (17:18 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 24 Mar 2016 17:18:00 +0000 (17:18 +0000)
llvm-svn: 264308

llvm/test/CodeGen/X86/deopt-bundles.ll

index d7a2936..b90b536 100644 (file)
@@ -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