diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-06-29 20:55:48 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-06-29 20:55:48 +0000 |
commit | ff218bd3fd5ae4bd89215f93a16ff01db58bf5c1 (patch) | |
tree | 8b3d27c5b31e012199ad1c932fece6394580f939 /llvm/lib/CodeGen/RegisterCoalescer.h | |
parent | d86f34d6316c2bfa1a0e2e2cb385a0c6573434ff (diff) | |
download | bcm5719-llvm-ff218bd3fd5ae4bd89215f93a16ff01db58bf5c1.tar.gz bcm5719-llvm-ff218bd3fd5ae4bd89215f93a16ff01db58bf5c1.zip |
make compose and isMoveInstr static functions.
llvm-svn: 134093
Diffstat (limited to 'llvm/lib/CodeGen/RegisterCoalescer.h')
-rw-r--r-- | llvm/lib/CodeGen/RegisterCoalescer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/RegisterCoalescer.h b/llvm/lib/CodeGen/RegisterCoalescer.h index 2e8a8aec1ea..f06675a4fbc 100644 --- a/llvm/lib/CodeGen/RegisterCoalescer.h +++ b/llvm/lib/CodeGen/RegisterCoalescer.h @@ -281,13 +281,6 @@ namespace llvm { /// is a physreg. const TargetRegisterClass *newRC_; - /// compose - Compose subreg indices a and b, either may be 0. - unsigned compose(unsigned, unsigned) const; - - /// isMoveInstr - Return true if MI is a move or subreg instruction. - bool isMoveInstr(const MachineInstr *MI, unsigned &Src, unsigned &Dst, - unsigned &SrcSub, unsigned &DstSub) const; - public: CoalescerPair(const TargetInstrInfo &tii, const TargetRegisterInfo &tri) : tii_(tii), tri_(tri), dstReg_(0), srcReg_(0), subIdx_(0), |