| John Criswell | d184c67 | 2003-10-27 17:46:42 +0000 | [diff] [blame] | 1 | ; RUN: PATH=/usr/bin:/bin/:${PATH} | 
| 2 | ; RUN: export PATH | ||||
| Chris Lattner | f64387d | 2002-12-23 23:50:35 +0000 | [diff] [blame] | 3 | ; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg | 
| 4 | |||||
| 5 | %.LC0 = internal global [13 x sbyte] c"Hello World\0A\00" | ||||
| 6 | |||||
| 7 | implementation | ||||
| 8 | |||||
| 9 | declare int %printf(sbyte*, ...) | ||||
| 10 | |||||
| 11 | int %main() { | ||||
| 12 | call int(sbyte*, ...)* %printf( sbyte* getelementptr ([13 x sbyte]* %.LC0, long 0, long 0) ) | ||||
| 13 | ret int 0 | ||||
| 14 | } | ||||
| 15 | |||||