Updated VS build system. Patch provided by Cedric Venet:
[oota-llvm.git] / lib / Target / TargetRegisterInfo.cpp
index 9c8de12108ce11fde07f79eaa90b4e6a0521118e..3f44a0cb5a319428b48839be1bc15e95f66fa3ef 100644 (file)
@@ -48,8 +48,7 @@ namespace {
 /// register of the given type. If type is MVT::Other, then just return any
 /// register class the register belongs to.
 const TargetRegisterClass *
-TargetRegisterInfo::getPhysicalRegisterRegClass(unsigned reg,
-                                                MVT::ValueType VT) const {
+TargetRegisterInfo::getPhysicalRegisterRegClass(unsigned reg, MVT VT) const {
   assert(isPhysicalRegister(reg) && "reg must be a physical register");
 
   // Pick the register class of the right type that contains this physreg.