diff options
Diffstat (limited to 'llvm/lib/Target/IA64/IA64ISelLowering.h')
-rw-r--r-- | llvm/lib/Target/IA64/IA64ISelLowering.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/lib/Target/IA64/IA64ISelLowering.h b/llvm/lib/Target/IA64/IA64ISelLowering.h index d0cf2a9fc31..aef51f0f115 100644 --- a/llvm/lib/Target/IA64/IA64ISelLowering.h +++ b/llvm/lib/Target/IA64/IA64ISelLowering.h @@ -47,7 +47,9 @@ namespace llvm { unsigned VirtGPR; // this is public so it can be accessed in the selector // for ISD::RET. add an accessor instead? FIXME const char *getTargetNodeName(unsigned Opcode) const; - MVT::ValueType getSetCCResultType(const SDOperand &) const; + + /// getSetCCResultType: return ISD::SETCC's result type. + virtual MVT::ValueType getSetCCResultType(const SDOperand &) const; /// LowerArguments - This hook must be implemented to indicate how we should /// lower the arguments for the specified function, into the specified DAG. |