aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsFastISel.cpp
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-07-28 15:13:23 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-07-28 15:13:23 +0000
commit313755d9eff8cf73224565441a9437da85de9957 (patch)
treea6eb295581d08e9acc76f69cdfaf944a72cf3982 /llvm/lib/Target/Mips/MipsFastISel.cpp
parente735a21ece3aba8463ebc42a15042b36c59eaff8 (diff)
downloadllvm-313755d9eff8cf73224565441a9437da85de9957.zip
llvm-313755d9eff8cf73224565441a9437da85de9957.tar.gz
llvm-313755d9eff8cf73224565441a9437da85de9957.tar.bz2
[mips] Reword debug message as should have been done before committing r276982
llvm-svn: 276984
Diffstat (limited to 'llvm/lib/Target/Mips/MipsFastISel.cpp')
-rw-r--r--llvm/lib/Target/Mips/MipsFastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsFastISel.cpp b/llvm/lib/Target/Mips/MipsFastISel.cpp
index 0160ed1..b96f86a 100644
--- a/llvm/lib/Target/Mips/MipsFastISel.cpp
+++ b/llvm/lib/Target/Mips/MipsFastISel.cpp
@@ -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;
}