1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/BugPoint/misopt-basictest.ll
2007-01-17 07:59:14 +00:00

15 lines
343 B
LLVM

; 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
}