projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b2499
)
Comment out fastisel debugging message.
author
Eric Christopher
<echristo@apple.com>
Tue, 5 Oct 2010 23:50:58 +0000
(23:50 +0000)
committer
Eric Christopher
<echristo@apple.com>
Tue, 5 Oct 2010 23:50:58 +0000
(23:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115717
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMFastISel.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMFastISel.cpp
b/lib/Target/ARM/ARMFastISel.cpp
index a6f9fc8ae07d504f6110dde83f593aa559f7ced0..76b8a1ce7a5fd57cc52aa989b7b955c8a226dd9f 100644
(file)
--- 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;
}