| Chris Lattner | afadc96 | 2002-08-20 16:01:23 +0000 | [diff] [blame] | 1 | ; The C Writer bombs on this testcase because it tries the print the prototype |
| 2 | ; for the test function, which tries to print the argument name. The function | ||||
| 3 | ; has not been incorporated into the slot calculator, so after it does the name | ||||
| 4 | ; lookup, it tries a slot calculator lookup, which fails. | ||||
| 5 | |||||
| 6 | int %test(int) { | ||||
| 7 | ret int 0 | ||||
| 8 | } | ||||
| 9 | |||||