The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / CodeGen / FunctionLoweringInfo.h
index 451dc998679704b3f5cd6bb7ed95be1ef284f896..789f77f26eb3bafc3c5ba20fe2472e855fd9c8ec 100644 (file)
@@ -136,7 +136,7 @@ public:
     return ValueMap.count(V);
   }
 
-  unsigned CreateReg(MVT VT);
+  unsigned CreateReg(EVT VT);
   
   unsigned CreateRegs(Type *Ty);