summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2002-05-14-SubFailure.ll
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
commit3a6c063699cf77064f792add9bbee9526dd08717 (patch)
tree37fd4ae8c6ea74a466216794c7e17e831cd936e9 /test/Transforms/InstCombine/2002-05-14-SubFailure.ll
parent23fbe30bc34654adabe33c22b1b26fc7ed925c58 (diff)
downloadllvm-3a6c063699cf77064f792add9bbee9526dd08717.tar.gz
llvm-3a6c063699cf77064f792add9bbee9526dd08717.tar.bz2
llvm-3a6c063699cf77064f792add9bbee9526dd08717.tar.xz
Make sure there is SOME output always so the test is not rerun when unneccesary.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3311 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2002-05-14-SubFailure.ll')
-rw-r--r--test/Transforms/InstCombine/2002-05-14-SubFailure.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/InstCombine/2002-05-14-SubFailure.ll b/test/Transforms/InstCombine/2002-05-14-SubFailure.ll
index 070899bb9f..4141c10d70 100644
--- a/test/Transforms/InstCombine/2002-05-14-SubFailure.ll
+++ b/test/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