const on its own line is confusing.
authorEric Christopher <echristo@gmail.com>
Wed, 4 Dec 2013 22:54:45 +0000 (22:54 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 4 Dec 2013 22:54:45 +0000 (22:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196426 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinter.cpp

index 8d3258c3726ddde84667df1a318a4ab84b09095b..ac8eb90378d48f020cca4a4a54469dfc1fa25b53 100644 (file)
@@ -1426,8 +1426,8 @@ void AsmPrinter::EmitLabelDifference(const MCSymbol *Hi, const MCSymbol *Lo,
 /// where the size in bytes of the directive is specified by Size and Hi/Lo
 /// specify the labels.  This implicitly uses .set if it is available.
 void AsmPrinter::EmitLabelOffsetDifference(const MCSymbol *Hi, uint64_t Offset,
-                                           const MCSymbol *Lo, unsigned Size)
-  const {
+                                           const MCSymbol *Lo,
+                                           unsigned Size) const {
 
   // Emit Hi+Offset - Lo
   // Get the Hi+Offset expression.