forked from OSchip/llvm-project
12 lines
182 B
LLVM
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
|