summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-08 22:56:37 +0000
committerChris Lattner <sabre@nondot.org>2009-08-08 22:56:37 +0000
commit76eb6f56857743d9a36ec5dc5668762f0d1abb56 (patch)
tree5497f265ef27e99aba51b165a427c7baf123a3a6 /test/BugPoint
parentba44633a3bee7e323f675b8609cb1b47e5ba56cf (diff)
downloadllvm-76eb6f56857743d9a36ec5dc5668762f0d1abb56.tar.gz
llvm-76eb6f56857743d9a36ec5dc5668762f0d1abb56.tar.bz2
llvm-76eb6f56857743d9a36ec5dc5668762f0d1abb56.tar.xz
remove nondeterminstic test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78512 91177308-0d34-0410-b5e6-96231b3b80d8
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
-}