[mips] Reword debug message as should have been done before committing r276982

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Sanders 2016-07-28 15:13:23 +00:00
parent 5604769b28
commit e49e3346c0

View File

@ -1269,7 +1269,7 @@ bool MipsFastISel::fastLowerArguments() {
CallingConv::ID CC = F->getCallingConv();
if (CC != CallingConv::C) {
DEBUG(dbgs() << ".. gave up (wrong calling convention)\n");
DEBUG(dbgs() << ".. gave up (calling convention is not C)\n");
return false;
}