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

implementation

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