This increases the maximum for MVT::LAST_VALUETYPE
[oota-llvm.git] / include / llvm / Support / Debug.h
index 8315ce26a5d875f51a35259c2568a7fdbc45141c..52d0d3fb4055619c440400fb50b2cdfdb0e1a5e7 100644 (file)
@@ -64,7 +64,7 @@ bool isCurrentDebugType(const char *Type);
 /// getErrorOutputStream - Returns the error output stream (std::cerr). This
 /// places the std::c* I/O streams into one .cpp file and relieves the whole
 /// program from having to have hundreds of static c'tor/d'tors for them.
-/// 
+///
 OStream &getErrorOutputStream(const char *DebugType);
 
 #ifdef NDEBUG