From ffc0ab6037aa45bc22f57433148e5f586843b3a7 Mon Sep 17 00:00:00 2001 From: David Greene Date: Tue, 9 Jun 2009 18:31:17 +0000 Subject: Revert 73074 and 73099 because Windows doesn't have POSIX regular expressions. We will add an OpenBSD implementation and re-apply ASAP. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73138 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.html | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/TableGenFundamentals.html') diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 5d64a08..05b2b23 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -417,13 +417,6 @@ aborts with an error.
!subst(a, b, c)
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.
-
!patsubst(a, b, c)
-
patch regular expression 'a' against string 'c' and substitute string 'b' on -a match. 'b' may contain placeholders of the form $<digit>, where -<digit> is a number 1-9.
-
!regmatch(a, b)
-
An integer {0,1} indicating whether string 'b' matched regular expression -'a.'
!foreach(a, b, c)
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 -- cgit v1.1