[llvm-commits] [llvm] r115717 - /llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
Eric Christopher
echristo at apple.com
Tue Oct 5 16:50:58 PDT 2010
Author: echristo
Date: Tue Oct 5 18:50:58 2010
New Revision: 115717
URL: http://llvm.org/viewvc/llvm-project?rev=115717&view=rev
Log:
Comment out fastisel debugging message.
Modified:
llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
Modified: llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMFastISel.cpp?rev=115717&r1=115716&r2=115717&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMFastISel.cpp (original)
+++ llvm/trunk/lib/Target/ARM/ARMFastISel.cpp Tue Oct 5 18:50:58 2010
@@ -1354,7 +1354,7 @@
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;
}
More information about the llvm-commits
mailing list