Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone should...
[oota-llvm.git] / docs / TableGen / index.rst
index cda41b537d2d4f67746d74dc2c48c8ed5a9760c0..9526240d54f45b0d084b6655ab580c7aa72e742e 100644 (file)
@@ -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 = "";