summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-06-21 20:35:09 +0000
committerEric Christopher <echristo@apple.com>2010-06-21 20:35:09 +0000
commit1f4a1493fb1f60547f84d2f3454c8ccd02895f83 (patch)
tree88cf2ab9202270ac88e6d1d7f7bc99e9224cd916 /docs
parent61abd7b395d0bbebd8cc44c870b02609abef6976 (diff)
downloadllvm-1f4a1493fb1f60547f84d2f3454c8ccd02895f83.tar.gz
llvm-1f4a1493fb1f60547f84d2f3454c8ccd02895f83.tar.bz2
llvm-1f4a1493fb1f60547f84d2f3454c8ccd02895f83.tar.xz
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')
-rw-r--r--docs/TableGenFundamentals.html1
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;