XFAIL this on PPC Linux. This keeps showing up in the buildbot and isn't easy to...
[oota-llvm.git] / test / BugPoint / misopt-basictest.ll
1 ; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes %bugpoint_topts
2 ; XFAIL: powerpc-*-linux
3 ; END.
4 ; Failure on PPC Linux is due to PR4293.
5
6 @.LC0 = internal global [13 x i8] c"Hello World\0A\00"          ; <[13 x i8]*> [#uses=1]
7
8 declare i32 @printf(i8*, ...)
9
10 define i32 @main() {
11         call i32 (i8*, ...)* @printf( i8* getelementptr ([13 x i8]* @.LC0, i64 0, i64 0) )            ; <i32>:1 [#uses=0]
12         ret i32 0
13 }