MipsAsmParser.cpp: fix VS2012 build

llvm-svn: 218991
This commit is contained in:
Hans Wennborg 2014-10-03 17:16:24 +00:00
parent da47cf46de
commit 6a654333c5
1 changed files with 1 additions and 1 deletions

View File

@ -1628,7 +1628,7 @@ void
MipsAsmParser::printWarningWithFixIt(const Twine &Msg, const Twine &FixMsg,
SMRange Range, bool ShowColors) {
getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg,
{ Range }, { SMFixIt(Range, FixMsg) },
Range, SMFixIt(Range, FixMsg),
ShowColors);
}