Describe the magic numbers returned by getEHDataRegisterNumber.

llvm-svn: 262837
This commit is contained in:
Joerg Sonnenberger 2016-03-07 17:18:41 +00:00
parent 4f29c1a337
commit b123c8b7e8
1 changed files with 2 additions and 0 deletions

View File

@ -873,6 +873,8 @@ public:
/// \brief Return the register number that __builtin_eh_return_regno would
/// return with the specified argument.
/// This corresponds with TargetLowering's getExceptionPointerRegister
/// and getExceptionSelectorRegister in the backend.
virtual int getEHDataRegisterNumber(unsigned RegNo) const {
return -1;
}