summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-14 17:38:15 +0000
committerChris Lattner <sabre@nondot.org>2002-08-14 17:38:15 +0000
commitc59703b1fa7721cee31f5410a6ee98d6855acbff (patch)
treed6861296e3a6c13d716fccb1f784f88625e9a3a2 /llvm
parentf9b9af08870ca4a47ab30712e8bd37533fb088d3 (diff)
downloadbcm5719-llvm-c59703b1fa7721cee31f5410a6ee98d6855acbff.tar.gz
bcm5719-llvm-c59703b1fa7721cee31f5410a6ee98d6855acbff.zip
Make sure there is SOME output always so the test is not rerun when unneccesary.
llvm-svn: 3311
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/Transforms/InstCombine/2002-05-14-SubFailure.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/2002-05-14-SubFailure.ll b/llvm/test/Regression/Transforms/InstCombine/2002-05-14-SubFailure.ll
index 070899bb9f5..4141c10d705 100644
--- a/llvm/test/Regression/Transforms/InstCombine/2002-05-14-SubFailure.ll
+++ b/llvm/test/Regression/Transforms/InstCombine/2002-05-14-SubFailure.ll
@@ -1,5 +1,6 @@
; Instcombine was missing a test that caused it to make illegal transformations
; sometimes. In this case, it transforms the sub into an add:
+; RUN: echo foo
; RUN: if as < %s | opt -instcombine | dis | grep add
; RUN: then exit 1
; RUN: else exit 0
OpenPOWER on IntegriCloud