InstrProf: Support for value profiling in the indexed profile format
[oota-llvm.git] / lib / ProfileData / InstrProf.cpp
index 92822a71402fc8d4eca92d71e3c26fc1aea8d14a..9652ba88483363c4d532a1582c82c0341381f898 100644 (file)
@@ -50,6 +50,8 @@ class InstrProfErrorCategoryType : public std::error_category {
       return "Function count mismatch";
     case instrprof_error::counter_overflow:
       return "Counter overflow";
+    case instrprof_error::value_site_count_mismatch:
+      return "Function's value site counts mismatch";
     }
     llvm_unreachable("A value of instrprof_error has no message.");
   }