From 1f4a1493fb1f60547f84d2f3454c8ccd02895f83 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 21 Jun 2010 20:35:09 +0000 Subject: Remove isTwoAddress from llvm. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106470 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') 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):

bit mayLoad = 0; bit mayStore = 0; bit isImplicitDef = 0; - bit isTwoAddress = 1; bit isConvertibleToThreeAddress = 1; bit isCommutable = 1; bit isTerminator = 0; -- cgit v1.2.3