1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Transforms/InstCombine/2002-03-11-InstCombineHang.ll

12 lines
162 B
LLVM
Raw Normal View History

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