1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/test/Regression/Transforms/InstCombine/2002-03-11-InstCombineHang.ll
Chris Lattner 9040562121 New testcase
llvm-svn: 1863
2002-03-11 23:28:11 +00:00

12 lines
162 B
LLVM

; 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