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

implementation

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