aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-02-05 13:24:56 +0000
committerTim Northover <Tim.Northover@arm.com>2013-02-05 13:24:56 +0000
commitdfe076af9879eb68a7b8331f9c02eecf563d85be (patch)
treee1c1993543cc51da36b9cfc99ca0e7104a28ef33 /lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
parent19254c49a8752fe8c6fa648a6eb29f20a1f62c8b (diff)
downloadexternal_llvm-dfe076af9879eb68a7b8331f9c02eecf563d85be.zip
external_llvm-dfe076af9879eb68a7b8331f9c02eecf563d85be.tar.gz
external_llvm-dfe076af9879eb68a7b8331f9c02eecf563d85be.tar.bz2
Fix formatting in AArch64 backend.
This should fix three purely whitespace issues: + 80 column violations. + Tab characters. + TableGen brace placement. No functional changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174370 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h')
-rw-r--r--lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h b/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
index 20adc0c..f2af204 100644
--- a/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
+++ b/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
@@ -83,7 +83,8 @@ public:
return Create(VK_AARCH64_GOT, Expr, Ctx);
}
- static const AArch64MCExpr *CreateGOTLo12(const MCExpr *Expr, MCContext &Ctx) {
+ static const AArch64MCExpr *CreateGOTLo12(const MCExpr *Expr,
+ MCContext &Ctx) {
return Create(VK_AARCH64_GOT_LO12, Expr, Ctx);
}