mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +00:00
GlobalLayoutBuilder::addFragment(): Prune incorrect usage of \param(s). [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230480 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3f0baf8f1
commit
e4ce221a1a
@ -131,9 +131,9 @@ struct GlobalLayoutBuilder {
|
||||
GlobalLayoutBuilder(uint64_t NumObjects)
|
||||
: Fragments(1), FragmentMap(NumObjects) {}
|
||||
|
||||
/// Add \param F to the layout while trying to keep its indices contiguous.
|
||||
/// If a previously seen fragment uses any of \param F's indices, that
|
||||
/// fragment will be laid out inside \param F.
|
||||
/// Add F to the layout while trying to keep its indices contiguous.
|
||||
/// If a previously seen fragment uses any of F's indices, that
|
||||
/// fragment will be laid out inside F.
|
||||
void addFragment(const std::set<uint64_t> &F);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user