From 405fba12ce4874e0b599b19168b1d29d1c64ffab Mon Sep 17 00:00:00 2001 From: Scott Michel Date: Mon, 10 Mar 2008 23:49:09 +0000 Subject: - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency. - Add test pattern matching in CellSPU's icmp32.ll test harness - Fix CellSPU fcmp.ll-generated assert. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48197 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/IA64/IA64ISelLowering.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Target/IA64') diff --git a/lib/Target/IA64/IA64ISelLowering.h b/lib/Target/IA64/IA64ISelLowering.h index d0cf2a9..aef51f0 100644 --- a/lib/Target/IA64/IA64ISelLowering.h +++ b/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. -- cgit v1.1