summaryrefslogtreecommitdiffstats
path: root/llvm/docs/TableGen
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2015-06-06 00:44:42 +0000
committerCraig Topper <craig.topper@gmail.com>2015-06-06 00:44:42 +0000
commit6d4e8e3218ef5df5174dfdf29efc5ecee9a5b7ff (patch)
tree8fdf60c47d86afc7fda07d2212b0702cadfebbe7 /llvm/docs/TableGen
parent5d76b1b56e1578a7a2d8dbd61ab3f74e7fce2f47 (diff)
downloadbcm5719-llvm-6d4e8e3218ef5df5174dfdf29efc5ecee9a5b7ff.tar.gz
bcm5719-llvm-6d4e8e3218ef5df5174dfdf29efc5ecee9a5b7ff.zip
[TableGen] Correct the documentation for 'foreach' in the Language Intro.
llvm-svn: 239204
Diffstat (limited to 'llvm/docs/TableGen')
-rw-r--r--llvm/docs/TableGen/LangIntro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TableGen/LangIntro.rst b/llvm/docs/TableGen/LangIntro.rst
index 85c74a5b460..4d4551e8a6e 100644
--- a/llvm/docs/TableGen/LangIntro.rst
+++ b/llvm/docs/TableGen/LangIntro.rst
@@ -190,7 +190,7 @@ supported include:
for 'a' in 'c.' This operation is analogous to $(subst) in GNU make.
``!foreach(a, b, c)``
- For each member 'b' of dag or list 'a' apply operator 'c.' 'b' is a dummy
+ For each member of dag or list 'b' apply operator 'c.' 'a' is a dummy
variable that should be declared as a member variable of an instantiated
class. This operation is analogous to $(foreach) in GNU make.
OpenPOWER on IntegriCloud