1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

New testcase

llvm-svn: 1863
This commit is contained in:
Chris Lattner 2002-03-11 23:28:11 +00:00
parent ba4660ff3d
commit 9040562121

View File

@ -0,0 +1,11 @@
; 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