diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-27 02:53:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-27 02:53:27 +0000 |
commit | 310adf1c6f58921b30fde145fd15cb1798050205 (patch) | |
tree | 6e47aed745df7035484221b580417b4bcd20efc2 /docs/TableGenFundamentals.html | |
parent | baba4bb72f946c1772863228d9d9434a33ea0231 (diff) |
remove parallel support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99703 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r-- | docs/TableGenFundamentals.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 58d98c9d1e..764f99282b 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -768,9 +768,6 @@ patterns:</p> <dd>an implicitly defined physical register. This tells the dag instruction selection emitter the input pattern's extra definitions matches implicit physical register definitions.</dd> -<dt><tt>(parallel (a), (b))</tt></dt> - <dd>a list of dags specifying parallel operations which map to the same - instruction.</dd> </div> |