Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / include / llvm / Analysis / ProfileInfoLoader.h
index e74ea3c7d3a4fc86759da75cb8d754acf7b78c5f..9e0c393c428fbc873bc2e8991557bb9881abe172 100644 (file)
@@ -42,6 +42,8 @@ public:
   ProfileInfoLoader(const char *ToolName, const std::string &Filename,
                     Module &M);
 
+  static const unsigned Uncounted;
+
   unsigned getNumExecutions() const { return CommandLines.size(); }
   const std::string &getExecution(unsigned i) const { return CommandLines[i]; }