diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-03-24 17:18:00 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-03-24 17:18:00 +0000 |
commit | 8f42b7b3cd603d9d0a7492ef63c624b31faeab60 (patch) | |
tree | 8a9f4860d8dab90d1d56ed2bf3713753b2882875 | |
parent | f3c5f46ed12c67a987207e4d1ab736261baed01e (diff) | |
download | bcm5719-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.ll | 4 |
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 |