Oops, make this test the right thing.

llvm-svn: 17731
This commit is contained in:
Chris Lattner 2004-11-14 06:11:41 +00:00
parent af555adc15
commit a86e8783e8
1 changed files with 1 additions and 1 deletions

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