summaryrefslogtreecommitdiff
path: root/test/BugPoint/misopt-basictest.ll
blob: 66cc53f42e086240dd98385ccaa9f7defa11704e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; RUN: llvm-upgrade < %s > %t1.ll
; RUN: bugpoint %t1.ll -dce -bugpoint-deletecalls -simplifycfg

%.LC0 = internal global [13 x sbyte] c"Hello World\0A\00"

implementation

declare int %printf(sbyte*, ...)

int %main() {
        call int(sbyte*, ...)* %printf( sbyte* getelementptr ([13 x sbyte]* %.LC0, long 0, long 0) )
        ret int 0
}