From bc9d98b52d008d857c7423d7b43fb32022b926a2 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 27 Feb 2010 23:47:46 +0000 Subject: The mayHaveSideEffects flag is no longer used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97348 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TableGenFundamentals.html | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/TableGenFundamentals.html') diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 3b30ded..58d98c9 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -155,7 +155,6 @@ file prints this (at the time of this writing):

bit hasCtrlDep = 0; bit isNotDuplicable = 0; bit hasSideEffects = 0; - bit mayHaveSideEffects = 0; bit neverHasSideEffects = 0; InstrItinClass Itinerary = NoItinerary; string Constraints = ""; -- cgit v1.1