summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-06-16 04:22:39 +0000
committerChris Lattner <sabre@nondot.org>2008-06-16 04:22:39 +0000
commit5465cc59f08f9989e137ae104e41a752739c4a58 (patch)
tree8d00b05f3dc4fc9dbeb18696c4b51076d4887474 /test/BugPoint
parent077707ccc0a4e829d7406645307581325dc49bb9 (diff)
downloadllvm-5465cc59f08f9989e137ae104e41a752739c4a58.tar.gz
llvm-5465cc59f08f9989e137ae104e41a752739c4a58.tar.bz2
llvm-5465cc59f08f9989e137ae104e41a752739c4a58.tar.xz
resolve PR2453 by adding a run line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52296 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r--test/BugPoint/misopt-basictest.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll
index bed7c5c373..249bb58f57 100644
--- a/test/BugPoint/misopt-basictest.ll
+++ b/test/BugPoint/misopt-basictest.ll
@@ -1,6 +1,7 @@
; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes
-; XFAIL: *
-; See PR2453
+
+target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
+target triple = "i386-pc-linux-gnu"
@.LC0 = internal global [13 x i8] c"Hello World\0A\00" ; <[13 x i8]*> [#uses=1]