aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGObjCGNU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/CGObjCGNU.cpp')
-rw-r--r--lib/CodeGen/CGObjCGNU.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/CGObjCGNU.cpp b/lib/CodeGen/CGObjCGNU.cpp
index 57dfd28e9e..ee43ccb43f 100644
--- a/lib/CodeGen/CGObjCGNU.cpp
+++ b/lib/CodeGen/CGObjCGNU.cpp
@@ -1176,13 +1176,10 @@ CGObjCGNU::GenerateMessageSend(CodeGenFunction &CGF,
default:
llvm_unreachable("Invalid dispatch method!");
case CodeGenOptions::Legacy:
- fprintf(stderr, "Legacy\n");
imp = LookupIMP(CGF, Receiver, cmd, node);
break;
case CodeGenOptions::Mixed:
- fprintf(stderr, "Mixed\n");
case CodeGenOptions::NonLegacy:
- fprintf(stderr, "NonLegacy\n");
if (CGM.ReturnTypeUsesFPRet(ResultType) || (Method && Method->isVariadic())) {
imp = LookupIMP(CGF, Receiver, cmd, node);
} else if (CGM.ReturnTypeUsesSRet(FnInfo)) {