diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-06-12 05:39:02 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-06-12 05:39:02 +0000 |
commit | c55c27fa1668ea13e6c98c808176451d841f713f (patch) | |
tree | 012818669bda57e89c62edcd4c46d5011e4f8376 /test/BugPoint | |
parent | f7e498138f2f15b9391274d0c062fa62ab2e86fc (diff) | |
download | external_llvm-c55c27fa1668ea13e6c98c808176451d841f713f.zip external_llvm-c55c27fa1668ea13e6c98c808176451d841f713f.tar.gz external_llvm-c55c27fa1668ea13e6c98c808176451d841f713f.tar.bz2 |
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.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BugPoint/misopt-basictest.ll b/test/BugPoint/misopt-basictest.ll index 0f3e218..462a637 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. |