summaryrefslogtreecommitdiffstats
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
commitb9f2d50d5fbb96d58bbe81784879f8645cdd915a (patch)
tree6e47c3d35713e719c14fdcb38c31c9815e1e22fb
parent97b1368ae33e2b68632fa113006f477638f10467 (diff)
downloadbcm5719-llvm-b9f2d50d5fbb96d58bbe81784879f8645cdd915a.tar.gz
bcm5719-llvm-b9f2d50d5fbb96d58bbe81784879f8645cdd915a.zip
Comment out fastisel debugging message.
llvm-svn: 115717
-rw-r--r--llvm/lib/Target/ARM/ARMFastISel.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
OpenPOWER on IntegriCloud