From e540a6f94a4011e6ecefe9e21c3f2b3b581fd6c1 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 5 Oct 2010 23:50:58 +0000 Subject: [PATCH] Comment out fastisel debugging message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115717 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMFastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index a6f9fc8ae07..76b8a1ce7a5 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -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; } -- 2.34.1