summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-07 19:26:02 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-07 19:26:02 +0000
commit59e8efdd5938172e4907afc60d45dbd9cd67c6e1 (patch)
tree664467bb34eef65dedc1c7fc474669cdd55138e0 /test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
parentb25f32bab8744b5955a64a97deb1aac10418986a (diff)
downloadllvm-59e8efdd5938172e4907afc60d45dbd9cd67c6e1.tar.gz
llvm-59e8efdd5938172e4907afc60d45dbd9cd67c6e1.tar.bz2
llvm-59e8efdd5938172e4907afc60d45dbd9cd67c6e1.tar.xz
Don't depend on Tcl behavior of redirecting stderr for all commands in a
pipeline. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll')
-rw-r--r--test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll b/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
index 277b4f0907..ea52ff8402 100644
--- a/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
+++ b/test/Transforms/InstCombine/2008-01-06-BitCastAttributes.ll
@@ -1,5 +1,5 @@
; Ignore stderr, we expect warnings there
-; RUN: llvm-as < %s 2> /dev/null | opt -instcombine | llvm-dis | not grep bitcast
+; RUN: llvm-as < %s | opt -instcombine 2> /dev/null | llvm-dis | not grep bitcast
define void @a() {
ret void