diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-10 21:05:09 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-10 21:05:09 +0000 |
| commit | 0be4c2b0d476f196a8dda4df088e97392f39d61a (patch) | |
| tree | 1a6334ae0e5a1c0ccb17ae606127d4e835a4aa2c | |
| parent | aecf6a874b032caec8c61b0fa6aa8623e709ae8e (diff) | |
| download | bcm5719-llvm-0be4c2b0d476f196a8dda4df088e97392f39d61a.tar.gz bcm5719-llvm-0be4c2b0d476f196a8dda4df088e97392f39d61a.zip | |
clang-format these declarations. NFC.
llvm-svn: 231846
| -rw-r--r-- | llvm/include/llvm/MC/MCContext.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/llvm/include/llvm/MC/MCContext.h b/llvm/include/llvm/MC/MCContext.h index c1db354d6d4..3188f140c4e 100644 --- a/llvm/include/llvm/MC/MCContext.h +++ b/llvm/include/llvm/MC/MCContext.h @@ -256,13 +256,10 @@ namespace llvm { /// Return the MCSection for the specified mach-o section. This requires /// the operands to be valid. - const MCSectionMachO *getMachOSection(StringRef Segment, - StringRef Section, + const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, unsigned TypeAndAttributes, - unsigned Reserved2, - SectionKind K); - const MCSectionMachO *getMachOSection(StringRef Segment, - StringRef Section, + unsigned Reserved2, SectionKind K); + const MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, unsigned TypeAndAttributes, SectionKind K) { return getMachOSection(Segment, Section, TypeAndAttributes, 0, K); |

