Chris Lattner | 8a75652 | 2002-12-23 23:50:35 +0000 | [diff] [blame^] | 1 | ; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg |
2 | |||||
3 | %.LC0 = internal global [13 x sbyte] c"Hello World\0A\00" | ||||
4 | |||||
5 | implementation | ||||
6 | |||||
7 | declare int %printf(sbyte*, ...) | ||||
8 | |||||
9 | int %main() { | ||||
10 | call int(sbyte*, ...)* %printf( sbyte* getelementptr ([13 x sbyte]* %.LC0, long 0, long 0) ) | ||||
11 | ret int 0 | ||||
12 | } | ||||
13 |