forked from OSchip/llvm-project
Describe the magic numbers returned by getEHDataRegisterNumber.
llvm-svn: 262837
This commit is contained in:
parent
4f29c1a337
commit
b123c8b7e8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue