New tests
[oota-llvm.git] / test / BugPoint / misopt-basictest.ll
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