blob: 3bf86482ed974f7dc450952795d4fc06917d93b6 [file] [log] [blame]
; 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