diff options
| author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2015-02-04 15:43:17 +0000 |
|---|---|---|
| committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2015-02-04 15:43:17 +0000 |
| commit | 5a1a780c2aa04bac5e5bb7220f74cb66fab70c15 (patch) | |
| tree | dcc6465ddeb61117ae8d39ba87c25a88a465b917 /llvm/test/CodeGen/Mips/longbranch.ll | |
| parent | fac2371be324d6a3aa0c9622f5147abbc707894e (diff) | |
| download | bcm5719-llvm-5a1a780c2aa04bac5e5bb7220f74cb66fab70c15.tar.gz bcm5719-llvm-5a1a780c2aa04bac5e5bb7220f74cb66fab70c15.zip | |
[mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructions
Differential Revision: http://reviews.llvm.org/D6581
llvm-svn: 228149
Diffstat (limited to 'llvm/test/CodeGen/Mips/longbranch.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/longbranch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/longbranch.ll b/llvm/test/CodeGen/Mips/longbranch.ll index ad0235eb0af..821ced8e7b8 100644 --- a/llvm/test/CodeGen/Mips/longbranch.ll +++ b/llvm/test/CodeGen/Mips/longbranch.ll @@ -124,7 +124,7 @@ end: ; MICROMIPS: $[[BB0]]: ; MICROMIPS: lw $[[R1:[0-9]+]], %got(x)($[[GP]]) ; MICROMIPS: li16 $[[R2:[0-9]+]], 1 -; MICROMIPS: sw $[[R2]], 0($[[R1]]) +; MICROMIPS: sw16 $[[R2]], 0($[[R1]]) ; MICROMIPS: $[[BB2]]: ; MICROMIPS: jr $ra ; MICROMIPS: nop |

