diff options
-rw-r--r-- | lib/Target/ARM/ARMFastISel.cpp | 2 |
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; } |