Reid Spencer | 69ccadd | 2006-12-02 04:23:10 +0000 | [diff] [blame] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | opt -ipconstprop -disable-output |
Chris Lattner | 1f7893f | 2004-11-11 07:46:11 +0000 | [diff] [blame] | 2 | implementation |
3 | |||||
4 | internal void %foo(int %X) { | ||||
5 | call void %foo(int %X) | ||||
6 | ret void | ||||
7 | } |