New testcase

llvm-svn: 1863
This commit is contained in:
Chris Lattner 2002-03-11 23:28:11 +00:00
parent 7e91634005
commit e16ff36af8
1 changed files with 11 additions and 0 deletions

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