projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fc8c68
)
const on its own line is confusing.
author
Eric Christopher
<echristo@gmail.com>
Wed, 4 Dec 2013 22:54:45 +0000
(22:54 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index 8d3258c3726ddde84667df1a318a4ab84b09095b..ac8eb90378d48f020cca4a4a54469dfc1fa25b53 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@
-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.