This test needs to be upgraded.

llvm-svn: 32359
This commit is contained in:
Reid Spencer 2006-12-08 17:39:49 +00:00
parent ed644771ea
commit 3c63db7138
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false'
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | grep 'ret bool false'
bool %test(bool %V) {
%Y = setlt bool %V, false
ret bool %Y