avr-llvm / llvm

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

Revert TableGen modifications #85

Closed dylanmckay closed 9 years ago

dylanmckay commented 9 years ago

In 7fe3183554dde7f350170fd117e3d5a4c080117d I modified tablegen while messing around with #71.

These modifications are no longer necessary, so revert the commit.

dylanmckay commented 9 years ago

Unreverted the reverted modifications so that the modifications are back in place in 0553c45c6026de8328acef219f3643db7119e036.

The modifications were actually used for LD/ST postincrement/predecrement instructions.