summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
Diffstat (limited to 'test/BugPoint')
-rw-r--r--test/BugPoint/misopt-basictest.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll
deleted file mode 100644
index 462a637c2c..0000000000
--- a/test/BugPoint/misopt-basictest.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes %bugpoint_topts
-; XFAIL: powerpc-.*-linux
-; END.
-; Failure on PPC Linux is due to PR4293.
-
-@.LC0 = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]
-
-declare i32 @printf(i8*, ...)
-
-define i32 @main() {
- call i32 (i8*, ...)* @printf( i8* getelementptr ([13 x i8]* @.LC0, i64 0, i64 0) ) ; <i32>:1 [#uses=0]
- ret i32 0
-}