1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

Tidy up. 80 columns.

llvm-svn: 145875
This commit is contained in:
Jim Grosbach 2011-12-06 00:11:13 +00:00
parent 93874e36fa
commit 5b567d6669

View File

@ -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.