X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FADT%2FHashing.h;h=6ab07254a21d5849fdbccfa59ce8d6232ab3c236;hb=40dab1059e72d3af59f2523fa8a7d05f40dafca5;hp=53032ee538d2896f2d503eead56ca7b6b4af4e9b;hpb=5cd79bc14ca51019af4db735d13eac95dab088ed;p=oota-llvm.git diff --git a/include/llvm/ADT/Hashing.h b/include/llvm/ADT/Hashing.h index 53032ee538d..6ab07254a21 100644 --- a/include/llvm/ADT/Hashing.h +++ b/include/llvm/ADT/Hashing.h @@ -76,10 +76,6 @@ namespace llvm { /// using llvm::hash_value; /// llvm::hash_code code = hash_value(x); /// \endcode -/// -/// Also note that there are two numerical values which are reserved, and the -/// implementation ensures will never be produced for real hash_codes. These -/// can be used as sentinels within hashing data structures. class hash_code { size_t value;