Skip to content

Commit fbb2b0d

Browse files
committed
+ clang-format
1 parent 7f5df4b commit fbb2b0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ class ProfiledCallGraph {
150150
// Implicit conversion for hash_value(PrehashedFunctionId) to work.
151151
// You are not supposed to use it directly, since it converts into
152152
// hash-represeting FunctionId and thus drops the Name, use `GetId` instead.
153-
operator FunctionId() const {
154-
return FunctionId{Hash};
155-
}
153+
operator FunctionId() const { return FunctionId{Hash}; }
156154

157155
private:
158156
FunctionId Id;

0 commit comments

Comments
 (0)