diff options
author | Andrew Trick <atrick@apple.com> | 2013-12-10 04:39:05 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-12-10 04:39:05 +0000 |
commit | 1c6a4c3d6142e33b677ddb0eda4551275288bc26 (patch) | |
tree | bfe667dd16214a92de84f9d00f3fee30d4b4165b /llvm/lib/MC/MCContext.cpp | |
parent | 5ae0e5bffc902a84f3bbebd37687c2b2defb11e7 (diff) | |
download | bcm5719-llvm-1c6a4c3d6142e33b677ddb0eda4551275288bc26.tar.gz bcm5719-llvm-1c6a4c3d6142e33b677ddb0eda4551275288bc26.zip |
whitespace
llvm-svn: 196873
Diffstat (limited to 'llvm/lib/MC/MCContext.cpp')
-rw-r--r-- | llvm/lib/MC/MCContext.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCContext.cpp b/llvm/lib/MC/MCContext.cpp index fa9e0760975..bd5793cbb9f 100644 --- a/llvm/lib/MC/MCContext.cpp +++ b/llvm/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; } |