summaryrefslogtreecommitdiff
path: root/include/llvm/ProfileData/InstrProf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/ProfileData/InstrProf.h')
-rw-r--r--include/llvm/ProfileData/InstrProf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/llvm/ProfileData/InstrProf.h b/include/llvm/ProfileData/InstrProf.h
index 21cc170065..c803069c46 100644
--- a/include/llvm/ProfileData/InstrProf.h
+++ b/include/llvm/ProfileData/InstrProf.h
@@ -31,7 +31,10 @@ struct instrprof_error {
too_large,
truncated,
malformed,
- unknown_function
+ unknown_function,
+ hash_mismatch,
+ count_mismatch,
+ counter_overflow
};
ErrorType V;