| commit | 3813d57929cb9b69b3589d7b9a88dd2b3ee51770 | [log] [tgz] |
|---|---|---|
| author | Matheus Almeida <matheus.almeida@imgtec.com> | Thu Jun 19 14:39:14 2014 +0000 |
| committer | Matheus Almeida <matheus.almeida@imgtec.com> | Thu Jun 19 14:39:14 2014 +0000 |
| tree | 2a03927f143b4ca02049143891749999e4ba20eb | |
| parent | 8bb5fb06612d82ecee463fce5aa6f9fae826cd71 [diff] |
[mips] Small update to the logic behind the expansion of assembly pseudo instructions. Summary: The functions that do the expansion now return false on success and true otherwise. This is so we can catch some errors during the expansion (e.g.: immediate too large). The next patch adds some test cases. Reviewers: vmedic Reviewed By: vmedic Differential Revision: http://reviews.llvm.org/D4214 llvm-svn: 211269