Skip to content

Commit 841e694

Browse files
author
CVS to SVN Conversion
committed
This commit was manufactured by cvs2svn to create branch 'release_13'.
llvm-svn: 15638
1 parent a98c3d1 commit 841e694

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
; RUN: llvm-as < %s| opt -instcombine | llvm-dis | grep 'ret bool false'
2+
bool %test(bool %V) {
3+
%Y = setlt bool %V, false
4+
ret bool %Y
5+
}
6+

0 commit comments

Comments
 (0)