From e7173e10ec6f9e5ddfb3b35dffc78fa11d01b42a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 1 Sep 2006 22:01:36 +0000 Subject: [PATCH] Fix a typo Jim pointed out, thanks! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30035 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index e91a342347e..60dabcb9d59 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -531,7 +531,7 @@ Here is an example TableGen fragment that shows this idea: ... -

The name of the resuntant definitions has the multidef fragment names +

The name of the resultant definitions has the multidef fragment names appended to them, so this defines ADD_rr, ADD_ri, SUB_rr, etc. Using a multiclass this way is exactly equivalent to instantiating the classes multiple times yourself, e.g. by writing: