mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
ADd support for CC registers for Sparc BE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5297 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4d69c8e369
commit
83435fbaf9
@ -43,6 +43,14 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
/// addReg - Add an LLVM value that is to be used as a register...
|
||||
///
|
||||
const MachineInstrBuilder &addCCReg(Value *V,
|
||||
MOTy::UseType Ty = MOTy::Use) const {
|
||||
MI->addCCRegOperand(V, Ty);
|
||||
return *this;
|
||||
}
|
||||
|
||||
/// addRegDef - Add an LLVM value that is to be defined as a register... this
|
||||
/// is the same as addReg(V, MOTy::Def).
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user