The getRegForInlineAsmConstraint function should only accept MVT value types.
[oota-llvm.git] / lib / Target / MBlaze / MBlazeISelLowering.h
index f87411373c15166aaf0272eb2b7ff54fd05bb243..08c29b6c370a8bebff2b8181ca0d0c46a64029e7 100644 (file)
@@ -165,7 +165,7 @@ namespace llvm {
 
     std::pair<unsigned, const TargetRegisterClass*>
               getRegForInlineAsmConstraint(const std::string &Constraint,
-              EVT VT) const;
+                                           MVT VT) const;
 
     virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;