avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

Properly stringify AVR-specific ISD nodes #199

Closed shepmaster closed 8 years ago

dylanmckay commented 8 years ago

This change looks fine, out of curiousity though, what is the difference between the two implementations?

shepmaster commented 8 years ago

what is the difference

Not to put too fine a point on it, but the first one doesn't work for me 😺. It always just reported ##name##, which wasn't the most useful.

The ## is supposed to concatenate values, but # stringifies them.