Skip to content

Commit 7aa6c01

Browse files
author
CVS to SVN Conversion
committed
This commit was manufactured by cvs2svn to create branch 'release_13'.
llvm-svn: 15596
1 parent 1e34901 commit 7aa6c01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
; RUN: llvm-as < %s | opt -instcombine
2+
3+
; This testcase should not send the instcombiner into an infinite loop!
4+
5+
int %test(int %X) {
6+
%Y = rem int %X, 0
7+
ret int %Y
8+
}

0 commit comments

Comments
 (0)