[llvm] r231846 - clang-format these declarations. NFC.
Rafael Espindola
rafael.espindola at gmail.com
Tue Mar 10 14:05:10 PDT 2015
Author: rafael
Date: Tue Mar 10 16:05:09 2015
New Revision: 231846
URL: http://llvm.org/viewvc/llvm-project?rev=231846&view=rev
Log:
clang-format these declarations. NFC.
Modified:
llvm/trunk/include/llvm/MC/MCContext.h
Modified: llvm/trunk/include/llvm/MC/MCContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCContext.h?rev=231846&r1=231845&r2=231846&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCContext.h (original)
+++ llvm/trunk/include/llvm/MC/MCContext.h Tue Mar 10 16:05:09 2015
@@ -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);
More information about the llvm-commits
mailing list