Comment out fastisel debugging message.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher 2010-10-05 23:50:58 +00:00
parent 20b2499a7c
commit e540a6f94a

View File

@ -1354,7 +1354,7 @@ bool ARMFastISel::SelectCall(const Instruction *I) {
CallingConv::ID CC = CS.getCallingConv();
// TODO: Avoid some calling conventions?
if (CC != CallingConv::C) {
errs() << "Can't handle calling convention: " << CC << "\n";
// errs() << "Can't handle calling convention: " << CC << "\n";
return false;
}