summaryrefslogtreecommitdiff
path: root/test/BugPoint
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-06-12 05:39:02 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-06-12 05:39:02 +0000
commitc55c27fa1668ea13e6c98c808176451d841f713f (patch)
tree012818669bda57e89c62edcd4c46d5011e4f8376 /test/BugPoint
parentf7e498138f2f15b9391274d0c062fa62ab2e86fc (diff)
downloadllvm-c55c27fa1668ea13e6c98c808176451d841f713f.tar.gz
llvm-c55c27fa1668ea13e6c98c808176451d841f713f.tar.bz2
llvm-c55c27fa1668ea13e6c98c808176451d841f713f.tar.xz
Fix regular expression.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73221 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/BugPoint')
-rw-r--r--test/BugPoint/misopt-basictest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll
index 0f3e2189ec..462a637c2c 100644
--- a/test/BugPoint/misopt-basictest.ll
+++ b/test/BugPoint/misopt-basictest.ll
@@ -1,5 +1,5 @@
; RUN: bugpoint %s -dce -bugpoint-deletecalls -simplifycfg -silence-passes %bugpoint_topts
-; XFAIL: powerpc-*-linux
+; XFAIL: powerpc-.*-linux
; END.
; Failure on PPC Linux is due to PR4293.