Wrap MVT::ValueType in a struct to get type safety
[oota-llvm.git] / lib / Target / IA64 / IA64ISelLowering.h
index aef51f0f1157b2d8214bee9a3e1d62042922d104..b26c8220b4ec0faf82caed8902618705a0dbe0d9 100644 (file)
@@ -49,7 +49,7 @@ namespace llvm {
     const char *getTargetNodeName(unsigned Opcode) const;
 
     /// getSetCCResultType: return ISD::SETCC's result type.
-    virtual MVT::ValueType getSetCCResultType(const SDOperand &) const;
+    virtual MVT 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.