1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-20 14:29:27 +00:00
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