From b9f2d50d5fbb96d58bbe81784879f8645cdd915a Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 5 Oct 2010 23:50:58 +0000 Subject: Comment out fastisel debugging message. llvm-svn: 115717 --- llvm/lib/Target/ARM/ARMFastISel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target') diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index a6f9fc8ae07..76b8a1ce7a5 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/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; } -- cgit v1.2.3