summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TableGenFundamentals.html
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-06-09 18:31:17 +0000
committerDavid Greene <greened@obbligato.org>2009-06-09 18:31:17 +0000
commit58a6b76cfdae90f34b3c650e607d0cd8759e0814 (patch)
treebdcd226d5bc71f0222ffa06171472a818de8ced7 /llvm/docs/TableGenFundamentals.html
parentb8597bd097d46cebbe2602ddde4978f0f42aa27f (diff)
downloadbcm5719-llvm-58a6b76cfdae90f34b3c650e607d0cd8759e0814.tar.gz
bcm5719-llvm-58a6b76cfdae90f34b3c650e607d0cd8759e0814.zip
Revert 73074 and 73099 because Windows doesn't have POSIX
regular expressions. We will add an OpenBSD implementation and re-apply ASAP. llvm-svn: 73138
Diffstat (limited to 'llvm/docs/TableGenFundamentals.html')
-rw-r--r--llvm/docs/TableGenFundamentals.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html
index 5d64a089529..05b2b233e6a 100644
--- a/llvm/docs/TableGenFundamentals.html
+++ b/llvm/docs/TableGenFundamentals.html
@@ -417,13 +417,6 @@ aborts with an error. </dd>
<dt><tt>!subst(a, b, c)</tt></dt>
<dd>If 'a' and 'b' are of string type or are symbol references, substitute
'b' for 'a' in 'c.' This operation is analogous to $(subst) in GNU make.</dd>
-<dt><tt>!patsubst(a, b, c)</tt></dt>
- <dd>patch regular expression 'a' against string 'c' and substitute string 'b' on
-a match. 'b' may contain placeholders of the form $&lt;digit&gt;, where
-&lt;digit&gt; is a number 1-9.</dd>
-<dt><tt>!regmatch(a, b)</tt></dt>
- <dd>An integer {0,1} indicating whether string 'b' matched regular expression
-'a.'</dd>
<dt><tt>!foreach(a, b, c)</tt></dt>
<dd>For each member 'b' of dag or list 'a' apply operator 'c.' 'b' is a
dummy variable that should be declared as a member variable of an instantiated
OpenPOWER on IntegriCloud