diff options
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.h')
-rw-r--r-- | llvm/utils/TableGen/CodeGenTarget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.h b/llvm/utils/TableGen/CodeGenTarget.h index 07407334196..922c2b41a10 100644 --- a/llvm/utils/TableGen/CodeGenTarget.h +++ b/llvm/utils/TableGen/CodeGenTarget.h @@ -38,7 +38,8 @@ enum SDNP { SDNPInFlag, SDNPOptInFlag, SDNPMayLoad, - SDNPMayStore + SDNPMayStore, + SDNPSideEffect }; /// getValueType - Return the MVT::ValueType that the specified TableGen record |