OSDN Git Service

[mips] Reword debug message as should have been done before committing r276982
authorDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 28 Jul 2016 15:13:23 +0000 (15:13 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Thu, 28 Jul 2016 15:13:23 +0000 (15:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@276984 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsFastISel.cpp

index 0160ed1..b96f86a 100644 (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;
   }