1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/Regression/BugPoint/misopt-basictest.ll
John Criswell d3bf1a9768 Merged RELEASE_1.
llvm-svn: 9533
2003-10-27 17:46:42 +00:00

16 lines
359 B
LLVM

; RUN: PATH=/usr/bin:/bin/:${PATH}
; RUN: export PATH
; RUN: bugpoint %s -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
}