commit | 4c5d8f080e3cff143f7cf7c42e151340cf5abb00 | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Fri Jun 12 05:39:02 2009 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Fri Jun 12 05:39:02 2009 +0000 |
tree | 012818669bda57e89c62edcd4c46d5011e4f8376 | |
parent | 79e1b81e6bc7deb98cacfa5123cb3d409f6cbaf7 [diff] [blame] |
Fix regular expression. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73221 91177308-0d34-0410-b5e6-96231b3b80d8
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.