diff options
| author | Scott Michel <scottm@aero.org> | 2008-03-10 16:58:52 +0000 |
|---|---|---|
| committer | Scott Michel <scottm@aero.org> | 2008-03-10 16:58:52 +0000 |
| commit | 48e33755441d8963d35e4616f12047ad4b9d2b09 (patch) | |
| tree | efce3bb8a347e22e77272ad23728323d4ef10ad3 /llvm/lib/Target/CellSPU/SPUISelLowering.h | |
| parent | cd4a6bed893e9dcd201f182f6d0ca9e1e7aafa15 (diff) | |
| download | bcm5719-llvm-48e33755441d8963d35e4616f12047ad4b9d2b09.tar.gz bcm5719-llvm-48e33755441d8963d35e4616f12047ad4b9d2b09.zip | |
Integer comparison tests for CellSPU.
llvm-svn: 48152
Diffstat (limited to 'llvm/lib/Target/CellSPU/SPUISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/CellSPU/SPUISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.h b/llvm/lib/Target/CellSPU/SPUISelLowering.h index b8f6ee3ea5b..d5bfac4ca75 100644 --- a/llvm/lib/Target/CellSPU/SPUISelLowering.h +++ b/llvm/lib/Target/CellSPU/SPUISelLowering.h @@ -104,7 +104,7 @@ namespace llvm { virtual const char *getTargetNodeName(unsigned Opcode) const; /// getSetCCResultType - Return the ValueType for ISD::SETCC - MVT::ValueType getSetCCResultType(const SDOperand &) const; + virtual MVT::ValueType getSetCCResultType(const SDOperand &) const; /// LowerOperation - Provide custom lowering hooks for some operations. /// |

