[PATCH] Fix for PR20104. Enable GAS compliant coprocessor register name.

Andrey Kuharev an.kuharev at gmail.com
Tue Jun 24 08:32:14 PDT 2014


Hi Renato,

StringRef is wrapper under constant string and it's not acceptable:
Name[0] = CoprocOp;

It may be better to cut off prefix and parse only numbers in switch.

-Andrey

http://reviews.llvm.org/D4254






More information about the llvm-commits mailing list