diff options
author | Eli Bendersky <eliben@google.com> | 2012-12-10 20:13:43 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2012-12-10 20:13:43 +0000 |
commit | f43e3fdb4ffddff6f71b5597c813c43e1e206564 (patch) | |
tree | 5688b3b334776f9b789fb8016c7014e4963020bf /include/llvm/MC/MCAssembler.h | |
parent | e8068692f924a1577075bd2d7b72b44820e0ffb2 (diff) |
Cleanup formatting, comments and naming.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169762 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCAssembler.h')
-rw-r--r-- | include/llvm/MC/MCAssembler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h index e2ba91de2a..0ecb66c734 100644 --- a/include/llvm/MC/MCAssembler.h +++ b/include/llvm/MC/MCAssembler.h @@ -738,10 +738,12 @@ private: bool fragmentNeedsRelaxation(const MCInstFragment *IF, const MCAsmLayout &Layout) const; - /// layoutOnce - Perform one layout iteration and return true if any offsets + /// \brief Perform one layout iteration and return true if any offsets /// were adjusted. bool layoutOnce(MCAsmLayout &Layout); + /// \brief Perform one layout iteration of the given section and return true + /// if any offsets were adjusted. bool layoutSectionOnce(MCAsmLayout &Layout, MCSectionData &SD); bool relaxInstruction(MCAsmLayout &Layout, MCInstFragment &IF); |