[PATCH] D10674: Value profiling - patchset 3
David Li via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 8 11:17:16 PDT 2015
davidxl added inline comments.
================
Comment at: lib/ProfileData/InstrProfReader.cpp:344
@@ +343,3 @@
+ auto Result = HashKeyMap.find(Value);
+ assert(Result != HashKeyMap.end() &&
+ "Hash does not match any known keys\n");
----------------
I actually meant to add an assert that the only supported value kind is indirect_call_target for now.
http://reviews.llvm.org/D10674
More information about the llvm-commits
mailing list