From: Chris Lattner Date: Sun, 14 Nov 2004 06:11:41 +0000 (+0000) Subject: Oops, make this test the right thing. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f2c83db93590fd6ebc57a37d63c3dcb46fb0b084;p=oota-llvm.git Oops, make this test the right thing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17731 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/IPConstantProp/return-constant.ll b/test/Transforms/IPConstantProp/return-constant.ll index 4ffff22e5d1..a3e2832c5ee 100644 --- a/test/Transforms/IPConstantProp/return-constant.ll +++ b/test/Transforms/IPConstantProp/return-constant.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -ipconstprop -instcombine | llvm-dis +; RUN: llvm-as < %s | opt -ipconstprop -instcombine | llvm-dis | grep 'ret bool true' implementation internal int %foo(bool %C) {