| commit | ce510830c5314db6f68bdb5b719b7cabe1071f18 | [log] [tgz] |
|---|---|---|
| author | Reed Kotler <rkotler@mips.com> | Sun Jun 09 23:23:46 2013 +0000 |
| committer | Reed Kotler <rkotler@mips.com> | Sun Jun 09 23:23:46 2013 +0000 |
| tree | f182e0c3dc2a74deda9163920ec2112ad068161d | |
| parent | 2da7fcda177302845c0b8cdc715321f1ed77b1fc [diff] |
Fix a regression I introduced when I expanded the complex pseudos in the Mips16 port. A few of the psuedos could either take signed or unsigned arguments and I did not distinguish the case and improperly rejected some valid cases that the assembler had previously accepted when they were pure pseudos that expanded as assembly instructions. llvm-svn: 183633