This test needs to be upgraded.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32359 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-12-08 17:39:49 +00:00
parent f6825c5ddc
commit f6a3f00055

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