mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Add a 'const' in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
55ad1f22b4
commit
1d3b26ac02
@ -51,7 +51,7 @@ namespace llvm {
|
|||||||
/// public:
|
/// public:
|
||||||
/// MyNode(const char *N, unsigned V) : Name(N), Value(V) {}
|
/// MyNode(const char *N, unsigned V) : Name(N), Value(V) {}
|
||||||
/// ...
|
/// ...
|
||||||
/// void Profile(FoldingSetNodeID &ID) {
|
/// void Profile(FoldingSetNodeID &ID) const {
|
||||||
/// ID.AddString(Name);
|
/// ID.AddString(Name);
|
||||||
/// ID.AddInteger(Value);
|
/// ID.AddInteger(Value);
|
||||||
/// }
|
/// }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user