llvm-6502/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll

12 lines
162 B
LLVM
Raw Normal View History

; 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