Jack Carter c57905ef4d Mips assembler: Improve set register alias handling
This patch solves the problem of numeric register values not being accepted:

../set_alias.s:1:11: error: expected valid expression after comma
        .set    r4,$4
                    ^
The parsing of .set directive is changed and handling of symbols in code 
as well to enable this feature. 

The test example is added.

Patch by Vladimir Medic


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182807 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-28 22:21:05 +00:00
..
2013-05-16 21:02:15 +00:00
2013-03-25 20:11:16 +00:00
2013-01-30 00:26:49 +00:00
2013-04-22 20:13:37 +00:00
2013-05-16 21:02:15 +00:00