Remove an unused file.
[oota-llvm.git] / lib / ProfileData / InstrProf.cpp
index ecabdd75bdf73556347101e51f08f0191a2acb15..850f61354e33dc875ab571ec7081c81af30d7ee4 100644 (file)
@@ -29,6 +29,8 @@ class InstrProfErrorCategoryType : public error_category {
       return "End of File";
     case instrprof_error::bad_magic:
       return "Invalid file format (bad magic)";
+    case instrprof_error::bad_header:
+      return "Invalid header";
     case instrprof_error::unsupported_version:
       return "Unsupported format version";
     case instrprof_error::too_large: