Oops, make this test the right thing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-14 06:11:41 +00:00
parent a990d94330
commit f2c83db935

View 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) {