This increases the maximum for MVT::LAST_VALUETYPE
[oota-llvm.git] / include / llvm / Support / SourceMgr.h
index 53e7dd8dfbc24b0c9d1f448846361a7a3efe0f0b..25775cb74419d514201fa16d43071a11e83e747e 100644 (file)
@@ -107,10 +107,9 @@ public:
   /// specified file.  This is not a fast method.
   unsigned FindLineNumber(SMLoc Loc, int BufferID = -1) const;
   
-  
-  /// PrintError - Emit an error message about the specified location with the
+  /// PrintMessage - Emit a message about the specified location with the
   /// specified string.
-  void PrintError(SMLoc ErrorLoc, const std::string &Msg) const;
+  void PrintMessage(SMLoc Loc, const std::string &Msg) const;
   
 private:
   void PrintIncludeStack(SMLoc IncludeLoc) const;