llvm-6502/test/BugPoint/misopt-basictest.ll
Chris Lattner 14fef50bcf Fix problem executing the CBE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7500 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-01 23:29:59 +00:00

15 lines
347 B
LLVM

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