1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

new testcase

llvm-svn: 17678
This commit is contained in:
Chris Lattner 2004-11-11 07:46:11 +00:00
parent 0a53bc5807
commit d8ad02ce57

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
}