Commit 7aa6c01b 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: 15596
parent 1e34901d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
; RUN: llvm-as < %s | opt -instcombine

; This testcase should not send the instcombiner into an infinite loop!

int %test(int %X) {
	%Y = rem int %X, 0
	ret int %Y
}