diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-10 05:39:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-10 05:39:30 +0000 |
commit | bc0b9f70ae072d695e0eb7ceb729b3306b0679fe (patch) | |
tree | 3995f5fc8a7c122e9c6e1ecb7a731745b9af3a8c /utils/TableGen/CodeGenTarget.h | |
parent | 9b37aaf04c633c68c9ef09d3991d9acfbef9f754 (diff) |
start inferring 'no side effects'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45822 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenTarget.h')
-rw-r--r-- | utils/TableGen/CodeGenTarget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenTarget.h b/utils/TableGen/CodeGenTarget.h index 0740733419..922c2b41a1 100644 --- a/utils/TableGen/CodeGenTarget.h +++ b/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 |