new testcase

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17678 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-11 07:46:11 +00:00
parent 7863c404ee
commit 1f7893fe05

View File

@ -0,0 +1,7 @@
; RUN: llvm-as < %s | opt -ipconstprop -disable-output
implementation
internal void %foo(int %X) {
call void %foo(int %X)
ret void
}