Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f |
2 | |||||
3 | ; There should be absolutely no problem with this testcase. | ||||
4 | |||||
5 | implementation | ||||
6 | |||||
7 | int %test(int %arg1, int %arg2) { | ||||
8 | ret int cast (int (int, int)* %test to int) | ||||
9 | } |