X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FVMCore%2FInstrTypes.cpp;h=954719aa95070aae6b73a402213c899122b10670;hb=227b86c5fbf8b6d92b2ccc457264c978f67a61ce;hp=d167669edd8be8758047a32c339f73218a9f55da;hpb=7e70829632f82de15db187845666aaca6e04b792;p=oota-llvm.git diff --git a/lib/VMCore/InstrTypes.cpp b/lib/VMCore/InstrTypes.cpp index d167669edd8..954719aa950 100644 --- a/lib/VMCore/InstrTypes.cpp +++ b/lib/VMCore/InstrTypes.cpp @@ -20,7 +20,7 @@ TerminatorInst::TerminatorInst(Instruction::TermOps iType) } TerminatorInst::TerminatorInst(const Type *Ty, Instruction::TermOps iType, - const std::string &Name = "") + const std::string &Name) : Instruction(Ty, iType, Name) { }