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 | 8c5d683aa97068eefbba5fbf9e66eb477d93c151 (patch) | |
tree | d4a141092397484af6391b45c5e0ad1fcd755dc5 /llvm/docs/TableGenFundamentals.html | |
parent | 48f74d2c9a0ad1983f899c753b172fe46635629b (diff) | |
download | bcm5719-llvm-8c5d683aa97068eefbba5fbf9e66eb477d93c151.tar.gz bcm5719-llvm-8c5d683aa97068eefbba5fbf9e66eb477d93c151.zip |
The mayHaveSideEffects flag is no longer used.
llvm-svn: 97348
Diffstat (limited to 'llvm/docs/TableGenFundamentals.html')
-rw-r--r-- | llvm/docs/TableGenFundamentals.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/docs/TableGenFundamentals.html b/llvm/docs/TableGenFundamentals.html index 3b30dedc367..58d98c9d1e6 100644 --- a/llvm/docs/TableGenFundamentals.html +++ b/llvm/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 = ""; |