Oops, make this test the right thing.
authorChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2004 06:11:41 +0000 (06:11 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2004 06:11:41 +0000 (06:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17731 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/IPConstantProp/return-constant.ll

index 4ffff22e5d1e9cf4297e3e4925b2d20542c9e988..a3e2832c5ee6ec5def6787f2806846a5f4706b4e 100644 (file)
@@ -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) {