Move DominanceFrontier from VMCore to Analysis.
[oota-llvm.git] / test / lit.cfg
index 7ec23e3545a9021ce9414dde5e3917dec421a270..fef6d78902bc541421590ca689d7f1fb382354fc 100644 (file)
@@ -176,9 +176,9 @@ for pattern in [r"\bbugpoint\b(?!-)",   r"(?<!/)\bclang\b(?!-)",
                 r"\bllvm-stub\b",       r"\bllvm2cpp\b",
                 # Don't match '-llvmc'.
                 r"(?<!-)\bllvmc\b",     r"\blto\b",
-                                        # Don't match '.opt', '-opt'
-                                        # or '^opt'.
-                r"\bmacho-dump\b",      r"(?<!\.|-|\^)\bopt\b",
+                                        # Don't match '.opt', '-opt',
+                                        # '^opt' or '/opt'.
+                r"\bmacho-dump\b",      r"(?<!\.|-|\^|/)\bopt\b",
                 r"\btblgen\b",          r"\bFileCheck\b",
                 r"\bFileUpdate\b",      r"\bc-index-test\b",
                 r"\bfpcmp\b",           r"\bllvm-PerfectShuffle\b",