Add class MipsAnalyzeImmediate which comes up with an instruction sequence to
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 25 Jan 2012 01:43:36 +0000 (01:43 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 25 Jan 2012 01:43:36 +0000 (01:43 +0000)
commitdc81eae9d276b83b5d5e2f9b53ddbd5267cfcb8e
treed7605d17c77e9d386eb9fa46e89769e7f1343956
parentaf7b4fb9bec3858f0374d713dcbf3398a23c6fbe
Add class MipsAnalyzeImmediate which comes up with an instruction sequence to
load an immediate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148900 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsAnalyzeImmediate.cpp [new file with mode: 0644]
lib/Target/Mips/MipsAnalyzeImmediate.h [new file with mode: 0644]