Move types back to the 2.5 API.
[oota-llvm.git] / include / llvm / CodeGen / ValueTypes.h
index 57ca285fac49fa160053d3b4422d7fb45874a393..5069f9e00a6454fb3dcfe89122b543df1af3c0d7 100644 (file)
@@ -477,7 +477,7 @@ namespace llvm {
     /// getTypeForMVT - This method returns an LLVM type corresponding to the
     /// specified MVT.  For integer types, this returns an unsigned type.  Note
     /// that this will abort for types that cannot be represented.
-    const Type *getTypeForMVT(LLVMContext &Context) const;
+    const Type *getTypeForMVT() const;
 
     /// getMVT - Return the value type corresponding to the specified type.
     /// This returns all pointers as iPTR.  If HandleUnknown is true, unknown