diff options
author | Eric Christopher <echristo@apple.com> | 2010-06-21 20:35:09 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-06-21 20:35:09 +0000 |
commit | 1f4a1493fb1f60547f84d2f3454c8ccd02895f83 (patch) | |
tree | 88cf2ab9202270ac88e6d1d7f7bc99e9224cd916 /docs/TableGenFundamentals.html | |
parent | 61abd7b395d0bbebd8cc44c870b02609abef6976 (diff) |
Remove isTwoAddress from llvm.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106470 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r-- | docs/TableGenFundamentals.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 81f3cfe044..05790e5ae4 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -144,7 +144,6 @@ file prints this (at the time of this writing):</p> <b>bit</b> mayLoad = 0; <b>bit</b> mayStore = 0; <b>bit</b> isImplicitDef = 0; - <b>bit</b> isTwoAddress = 1; <b>bit</b> isConvertibleToThreeAddress = 1; <b>bit</b> isCommutable = 1; <b>bit</b> isTerminator = 0; |