diff options
Diffstat (limited to 'docs/TableGen/index.rst')
-rw-r--r-- | docs/TableGen/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/TableGen/index.rst b/docs/TableGen/index.rst index cda41b5..9526240 100644 --- a/docs/TableGen/index.rst +++ b/docs/TableGen/index.rst @@ -123,7 +123,6 @@ this (at the time of this writing): bit hasCtrlDep = 0; bit isNotDuplicable = 0; bit hasSideEffects = 0; - bit neverHasSideEffects = 0; InstrItinClass Itinerary = NoItinerary; string Constraints = ""; string DisableEncoding = ""; |