summaryrefslogtreecommitdiff
path: root/test/Transforms/IPConstantProp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-14 06:11:41 +0000
committerChris Lattner <sabre@nondot.org>2004-11-14 06:11:41 +0000
commitf2c83db93590fd6ebc57a37d63c3dcb46fb0b084 (patch)
tree88d9c468c70758e645d2161b5d8bb2c759c86523 /test/Transforms/IPConstantProp
parenta990d94330141404158a2ae6ba25661be4468b25 (diff)
downloadllvm-f2c83db93590fd6ebc57a37d63c3dcb46fb0b084.tar.gz
llvm-f2c83db93590fd6ebc57a37d63c3dcb46fb0b084.tar.bz2
llvm-f2c83db93590fd6ebc57a37d63c3dcb46fb0b084.tar.xz
Oops, make this test the right thing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17731 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/IPConstantProp')
-rw-r--r--test/Transforms/IPConstantProp/return-constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IPConstantProp/return-constant.ll b/test/Transforms/IPConstantProp/return-constant.ll
index 4ffff22e5d..a3e2832c5e 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) {