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 | cf4e1dff319d80785955008ee3c2f7b5f60c67ab (patch) | |
| tree | 708566e568e8af4562c5fe83e5c21d1a79181a35 | |
| parent | a879819918f79b770049ddc7149f094f2debc25f (diff) | |
| download | bcm5719-llvm-cf4e1dff319d80785955008ee3c2f7b5f60c67ab.tar.gz bcm5719-llvm-cf4e1dff319d80785955008ee3c2f7b5f60c67ab.zip | |
Fix regular expression.
llvm-svn: 73221
| -rw-r--r-- | llvm/test/BugPoint/misopt-basictest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/misopt-basictest.ll b/llvm/test/BugPoint/misopt-basictest.ll index 0f3e2189ecb..462a637c2c2 100644 --- a/llvm/test/BugPoint/misopt-basictest.ll +++ b/llvm/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. |

