[llvm-commits] Patch to unify same code in multiple spots

NAKAMURA Takumi geek4civic at gmail.com
Fri Jul 20 01:19:33 PDT 2012


Duncan,

2012/7/20 Duncan Sands <baldrick at free.fr>:
> how about having the factorized function return the calling convention name as a
> const char *, since that's more general, and then do
>    Out << getCallingConvName(F->getCallingConv());
> etc.

I thought it would be better idea, unless we had a form of "cc###".



More information about the llvm-commits mailing list