aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/call.ll
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 16:13:38 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-10 16:13:38 +0000
commit61d858e3f03b3efb483e7ee3d50438707204405e (patch)
tree4950dcd9268509644ed50ccee8055e00bf9cda1d /test/Transforms/InstCombine/call.ll
parent5efb967052a172822349c9cb60fb0a48743b70b6 (diff)
downloadexternal_llvm-61d858e3f03b3efb483e7ee3d50438707204405e.zip
external_llvm-61d858e3f03b3efb483e7ee3d50438707204405e.tar.gz
external_llvm-61d858e3f03b3efb483e7ee3d50438707204405e.tar.bz2
Ignore stderr for some more tests that expect warnings there.
This fixes 2 testcases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/call.ll')
-rw-r--r--test/Transforms/InstCombine/call.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/call.ll b/test/Transforms/InstCombine/call.ll
index 9f9a280..df9b2a6 100644
--- a/test/Transforms/InstCombine/call.ll
+++ b/test/Transforms/InstCombine/call.ll
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; Ignore stderr, we expect warnings there
+; RUN: llvm-as < %s 2> /dev/null | opt -instcombine | llvm-dis | \
; RUN: grep call | notcast
; END.