summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
blob: 3bf86482ed974f7dc450952795d4fc06917d93b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
; This testcase causes instcombine to hang.
;
; RUN: llvm-as < %s | opt -instcombine

implementation

void "test"(int %X)
begin
	%reg117 = add int %X, 0
	ret void
end