mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
New testcase
llvm-svn: 5121
This commit is contained in:
parent
2af84f79e3
commit
6e80973050
13
test/Regression/BugPoint/misopt-basictest.ll
Normal file
13
test/Regression/BugPoint/misopt-basictest.ll
Normal file
@ -0,0 +1,13 @@
|
||||
; 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user