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

NAKAMURA Takumi geek4civic at gmail.com
Fri Jul 20 17:20:03 PDT 2012


Micah, your patch breaks both llvm and clang tests.

Emitting separator should be suppressed if CC is default CallingConv::C.

...Takumi

2012/7/20 Villmow, Micah <Micah.Villmow at amd.com>:
> In the AsmWriter.cpp, there are multiple spots where the same information is
> printed out(except for a single space).
>
>
>
> This patch unifies these locations into a helper function making adding new
> calling conventions less error prone as only a single location needs to be
> modified.
>
>
>
> If this is good, please submit for me.
>
>
>
> Thanks,
>
> Micah
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list