Fix llvm-diff anon-func.ll test

llvm-svn: 342864
This commit is contained in:
Hans Wennborg 2018-09-24 08:34:17 +00:00
parent 83d15dfe2d
commit cd23593f02
1 changed files with 4 additions and 4 deletions

View File

@ -720,10 +720,10 @@ void DifferenceEngine::diff(Module *L, Module *R) {
if (LeftAnonCount != 0 || RightAnonCount != 0) {
SmallString<32> Tmp;
Twine Message = "not comparing " + Twine(LeftAnonCount) +
" anonymous functions in the left module and " + Twine(RightAnonCount) +
" in the right module";
logf(Message.toStringRef(Tmp));
logf(("not comparing " + Twine(LeftAnonCount) +
" anonymous functions in the left module and " +
Twine(RightAnonCount) + " in the right module")
.toStringRef(Tmp));
}
for (SmallVectorImpl<std::pair<Function*,Function*> >::iterator