summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-10-05 23:50:58 +0000
committerEric Christopher <echristo@apple.com>2010-10-05 23:50:58 +0000
commite540a6f94a4011e6ecefe9e21c3f2b3b581fd6c1 (patch)
tree9d00943dea44061366d685dec5608060c87cbb6f
parent20b2499a7c407733a79e32b84a9d44e57eb89684 (diff)
downloadllvm-e540a6f94a4011e6ecefe9e21c3f2b3b581fd6c1.tar.gz
llvm-e540a6f94a4011e6ecefe9e21c3f2b3b581fd6c1.tar.bz2
llvm-e540a6f94a4011e6ecefe9e21c3f2b3b581fd6c1.tar.xz
Comment out fastisel debugging message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115717 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMFastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp
index a6f9fc8ae0..76b8a1ce7a 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;
}