clang-format initializer to reduce noise in another patch.

llvm-svn: 211501
This commit is contained in:
Rafael Espindola 2014-06-23 15:17:34 +00:00
parent 440bb21b5a
commit 0f427f5943
1 changed files with 4 additions and 3 deletions

View File

@ -466,8 +466,9 @@ public:
struct MCDwarfFrameInfo {
MCDwarfFrameInfo()
: Begin(nullptr), End(nullptr), Personality(nullptr), Lsda(nullptr),
Function(nullptr), Instructions(), PersonalityEncoding(), LsdaEncoding(0),
CompactUnwindEncoding(0), IsSignalFrame(false), IsSimple(false) {}
Function(nullptr), Instructions(), PersonalityEncoding(),
LsdaEncoding(0), CompactUnwindEncoding(0), IsSignalFrame(false),
IsSimple(false) {}
MCSymbol *Begin;
MCSymbol *End;
const MCSymbol *Personality;