llvm-6502/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
2003-09-16 15:29:54 +00:00

12 lines
167 B
LLVM

; 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