Commit 841e6949 authored by CVS to SVN Conversion's avatar CVS to SVN Conversion
Browse files

This commit was manufactured by cvs2svn to create branch 'release_13'.

llvm-svn: 15638
parent a98c3d19
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false'
bool %test(bool %V) {
	%Y = setlt bool %V, false
	ret bool %Y
}