diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-27 23:47:46 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-27 23:47:46 +0000 |
commit | bc9d98b52d008d857c7423d7b43fb32022b926a2 (patch) | |
tree | fbf82570dffebb24d7b0d9784494bb11affe5934 /docs/TableGenFundamentals.html | |
parent | a230f9623d864450d432bb76c397b0cb35a3437e (diff) |
The mayHaveSideEffects flag is no longer used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TableGenFundamentals.html')
-rw-r--r-- | docs/TableGenFundamentals.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html index 3b30dedc36..58d98c9d1e 100644 --- a/docs/TableGenFundamentals.html +++ b/docs/TableGenFundamentals.html @@ -155,7 +155,6 @@ file prints this (at the time of this writing):</p> <b>bit</b> hasCtrlDep = 0; <b>bit</b> isNotDuplicable = 0; <b>bit</b> hasSideEffects = 0; - <b>bit</b> mayHaveSideEffects = 0; <b>bit</b> neverHasSideEffects = 0; InstrItinClass Itinerary = NoItinerary; <b>string</b> Constraints = ""; |