diff options
| author | David Chisnall <csdavec@swan.ac.uk> | 2011-10-24 14:11:46 +0000 |
|---|---|---|
| committer | David Chisnall <csdavec@swan.ac.uk> | 2011-10-24 14:11:46 +0000 |
| commit | d5bcd07e5d330142ae72ed6cd40a0ac4cd72b5ff (patch) | |
| tree | 6ba418d5b1e5133af3a17e026151518aa56a3b98 /clang/lib/CodeGen | |
| parent | 8c93cf2a27e267d332fb7db144f21996e1397b75 (diff) | |
| download | bcm5719-llvm-d5bcd07e5d330142ae72ed6cd40a0ac4cd72b5ff.tar.gz bcm5719-llvm-d5bcd07e5d330142ae72ed6cd40a0ac4cd72b5ff.zip | |
Remove debugging printfs that some idiot left in.
llvm-svn: 142796
Diffstat (limited to 'clang/lib/CodeGen')
| -rw-r--r-- | clang/lib/CodeGen/CGObjCGNU.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/CGObjCGNU.cpp b/clang/lib/CodeGen/CGObjCGNU.cpp index 57dfd28e9e0..ee43ccb43fc 100644 --- a/clang/lib/CodeGen/CGObjCGNU.cpp +++ b/clang/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)) { |

