summaryrefslogtreecommitdiff
path: root/lib/MC/MCContext.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-12-10 04:39:05 +0000
committerAndrew Trick <atrick@apple.com>2013-12-10 04:39:05 +0000
commit7a70a1bdaa1ef6d29807257fbc1c13210f65c9c1 (patch)
tree15e7ff8727c30a5bd4bb18e9d0b03d7602aa3441 /lib/MC/MCContext.cpp
parent6806e11612f8fd0a333af9dd142bec3f2a9a3603 (diff)
downloadllvm-7a70a1bdaa1ef6d29807257fbc1c13210f65c9c1.tar.gz
llvm-7a70a1bdaa1ef6d29807257fbc1c13210f65c9c1.tar.bz2
llvm-7a70a1bdaa1ef6d29807257fbc1c13210f65c9c1.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196873 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCContext.cpp')
-rw-r--r--lib/MC/MCContext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MC/MCContext.cpp b/lib/MC/MCContext.cpp
index fa9e076097..bd5793cbb9 100644
--- a/lib/MC/MCContext.cpp
+++ b/lib/MC/MCContext.cpp
@@ -42,7 +42,7 @@ MCContext::MCContext(const MCAsmInfo *mai, const MCRegisterInfo *mri,
SrcMgr(mgr), MAI(mai), MRI(mri), MOFI(mofi),
Allocator(), Symbols(Allocator), UsedNames(Allocator),
NextUniqueID(0),
- CurrentDwarfLoc(0,0,0,DWARF2_FLAG_IS_STMT,0,0),
+ CurrentDwarfLoc(0,0,0,DWARF2_FLAG_IS_STMT,0,0),
DwarfLocSeen(false), GenDwarfForAssembly(false), GenDwarfFileNumber(0),
AllowTemporaryLabels(true), DwarfCompileUnitID(0), AutoReset(DoAutoReset) {
@@ -71,7 +71,7 @@ MCContext::~MCContext() {
// NOTE: The symbols are all allocated out of a bump pointer allocator,
// we don't need to free them here.
-
+
// If the stream for the .secure_log_unique directive was created free it.
delete (raw_ostream*)SecureLog;
}