2002-03-12 00:28:11 +01:00
|
|
|
; This testcase causes instcombine to hang.
|
|
|
|
;
|
2006-12-02 05:23:10 +01:00
|
|
|
; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine
|
2002-03-12 00:28:11 +01:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
void "test"(int %X)
|
|
|
|
begin
|
|
|
|
%reg117 = add int %X, 0
|
|
|
|
ret void
|
|
|
|
end
|