llvm-6502/test/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
2006-12-02 04:23:10 +00:00

12 lines
182 B
LLVM

; 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