Make sure there is SOME output always so the test is not rerun when unneccesary.
authorChris Lattner <sabre@nondot.org>
Wed, 14 Aug 2002 17:38:15 +0000 (17:38 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Aug 2002 17:38:15 +0000 (17:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3311 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2002-05-14-SubFailure.ll

index 070899bb9f5eaa4af4e998d75d3ac21262d271d4..4141c10d70521220a8f4d27e6059ac03ad67182f 100644 (file)
@@ -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