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 | 5c2182ef77c5fb85fc5ea8487ec5fbee7e600d9d (patch) | |
tree | 0204913ad873a47f4575ddcd4038bfdbde0c3cb9 /llvm/docs/TableGenFundamentals.html | |
parent | 6e281ffdc0f644f0977f918005341b8ce322e981 (diff) | |
download | bcm5719-llvm-5c2182ef77c5fb85fc5ea8487ec5fbee7e600d9d.tar.gz bcm5719-llvm-5c2182ef77c5fb85fc5ea8487ec5fbee7e600d9d.zip |
remove parallel support.
llvm-svn: 99703
Diffstat (limited to 'llvm/docs/TableGenFundamentals.html')
-rw-r--r-- | llvm/docs/TableGenFundamentals.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html index 58d98c9d1e6..764f99282b1 100644 --- a/llvm/docs/TableGenFundamentals.html +++ b/llvm/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> |