mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
d3bf1a9768
llvm-svn: 9533
16 lines
359 B
LLVM
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
|
|
}
|
|
|