diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-04-29 13:33:12 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-04-29 13:33:12 +0000 |
commit | a736b37a258f51ccc99e0544339ddcdb97705ff3 (patch) | |
tree | 8ff3ecc82869c5369561a649edc897dd4bec2a0a /llvm/lib/Support/RandomNumberGenerator.cpp | |
parent | 9fc5908674fe4240294a8bebbeed9ca31ebc2b9d (diff) | |
download | bcm5719-llvm-a736b37a258f51ccc99e0544339ddcdb97705ff3.tar.gz bcm5719-llvm-a736b37a258f51ccc99e0544339ddcdb97705ff3.zip |
[mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC.
Summary:
* Moved all the emit*() helpers to MipsTargetStreamer.
* Moved createNop() to MipsTargetStreamer as emitNop() and emitEmptyDelaySlot().
This instruction has been split to distinguish between the 'nop' instruction
and the nop used in delay slots which is sometimes a different nop to the
'nop' instruction (e.g. for short delay slots on microMIPS).
* Moved createAddu() to MipsTargetStreamer as emitAddu().
* Moved createAppropriateDSLL() to MipsTargetStreamer as emitDSLL().
Reviewers: sdardis
Subscribers: dsanders, sdardis, llvm-commits
Differential Revision: http://reviews.llvm.org/D19712
llvm-svn: 268041
Diffstat (limited to 'llvm/lib/Support/RandomNumberGenerator.cpp')
0 files changed, 0 insertions, 0 deletions