diff options
| author | Jim Grosbach <grosbach@apple.com> | 2011-12-06 00:11:13 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2011-12-06 00:11:13 +0000 |
| commit | 0c31f1c6aeda6d605b1eb08f858590e5f38884f5 (patch) | |
| tree | 753ac59d473ec527eb74c35d6f995745392552e5 /llvm | |
| parent | 7c6515a653b1458b7f3bbbb4dcd0e9aa44a01c33 (diff) | |
| download | bcm5719-llvm-0c31f1c6aeda6d605b1eb08f858590e5f38884f5.tar.gz bcm5719-llvm-0c31f1c6aeda6d605b1eb08f858590e5f38884f5.zip | |
Tidy up. 80 columns.
llvm-svn: 145875
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/MC/MCAssembler.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MCAssembler.h b/llvm/include/llvm/MC/MCAssembler.h index bd2baa4c1cb..7d840923c8d 100644 --- a/llvm/include/llvm/MC/MCAssembler.h +++ b/llvm/include/llvm/MC/MCAssembler.h @@ -747,7 +747,8 @@ private: public: /// Compute the effective fragment size assuming it is laid out at the given /// \arg SectionAddress and \arg FragmentOffset. - uint64_t computeFragmentSize(const MCAsmLayout &Layout, const MCFragment &F) const; + uint64_t computeFragmentSize(const MCAsmLayout &Layout, + const MCFragment &F) const; /// Find the symbol which defines the atom containing the given symbol, or /// null if there is no such symbol. |

