Displaying 2 results from an estimated 2 matches for "mcrelaxedfragment".
2013 Jan 03
2
[LLVMdev] Renaming MCInstFragment to MCRelaxableFragment
On Thu, Jan 3, 2013 at 11:31 AM, Rafael EspĂndola
<rafael.espindola at gmail.com> wrote:
> I guess that is OK, but wouldn't it be better to also rename
> MCDataFragments then?
>
I don't know what a more suitable name would be. Any ideas?
Eli
2013 Jan 04
0
[LLVMdev] Renaming MCInstFragment to MCRelaxableFragment
> I don't know what a more suitable name would be. Any ideas?
I initially thought MCRelaxedFragment would go well with
MCRelaxableFragment, since a MCRelaxableFragment is merged into a
MCRelaxedFragment once we are done relaxing it.
The problem is that both names are really similar.
> Eli
Cheers,
Rafael