mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-12 05:56:28 +00:00
Initialize member variable.
llvm-svn: 138548
This commit is contained in:
parent
5d34219953
commit
fc1e6fbc69
@ -22,7 +22,8 @@ using namespace llvm;
|
||||
|
||||
MCStreamer::MCStreamer(MCContext &Ctx) : Context(Ctx), EmitEHFrame(true),
|
||||
EmitDebugFrame(false),
|
||||
CurrentW64UnwindInfo(0) {
|
||||
CurrentW64UnwindInfo(0),
|
||||
LastSymbol(0) {
|
||||
const MCSection *section = NULL;
|
||||
SectionStack.push_back(std::make_pair(section, section));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user