We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5df4b commit fbb2b0dCopy full SHA for fbb2b0d
llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h
@@ -150,9 +150,7 @@ class ProfiledCallGraph {
150
// Implicit conversion for hash_value(PrehashedFunctionId) to work.
151
// You are not supposed to use it directly, since it converts into
152
// hash-represeting FunctionId and thus drops the Name, use `GetId` instead.
153
- operator FunctionId() const {
154
- return FunctionId{Hash};
155
- }
+ operator FunctionId() const { return FunctionId{Hash}; }
156
157
private:
158
FunctionId Id;
0 commit comments