[cfe-commits] r129626 - in /cfe/trunk/lib/CodeGen: CGDebugInfo.cpp CGDebugInfo.h

Frits van Bommel fvbommel at gmail.com
Sat Apr 16 00:57:43 PDT 2011


On Sat, Apr 16, 2011 at 2:37 AM, Devang Patel <dpatel at apple.com> wrote:
> +/// getSelectporName - Return selector name. This is used for debugging
> +/// info.
> +llvm::StringRef CGDebugInfo::getSelectorName(Selector S) {

You typo'd the method name in the comment (also in the header).



More information about the cfe-commits mailing list