diff options
| author | Scott Michel <scottm@aero.org> | 2008-04-30 00:30:08 +0000 |
|---|---|---|
| committer | Scott Michel <scottm@aero.org> | 2008-04-30 00:30:08 +0000 |
| commit | c3a1910a07de283a7b26b67cbfa8ca06c044382a (patch) | |
| tree | e238daca6b8b7890682cd75d380593db5207586e /llvm/lib/Target/CellSPU/SPUISelLowering.h | |
| parent | be940424b36811707dcc73948219bbf4924163e7 (diff) | |
| download | bcm5719-llvm-c3a1910a07de283a7b26b67cbfa8ca06c044382a.tar.gz bcm5719-llvm-c3a1910a07de283a7b26b67cbfa8ca06c044382a.zip | |
Bug fixes and updates for CellSPU, syncing up with trunk. Most notable
fixes are target-specific lowering of frame indices, fix constants generated
for the FSMBI instruction, and fixing SPUTargetLowering::computeMaskedBitsFor-
TargetNode().
llvm-svn: 50462
Diffstat (limited to 'llvm/lib/Target/CellSPU/SPUISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/CellSPU/SPUISelLowering.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/CellSPU/SPUISelLowering.h b/llvm/lib/Target/CellSPU/SPUISelLowering.h index 4e9f474dfbc..3c73aa51c06 100644 --- a/llvm/lib/Target/CellSPU/SPUISelLowering.h +++ b/llvm/lib/Target/CellSPU/SPUISelLowering.h @@ -125,6 +125,10 @@ namespace llvm { getRegForInlineAsmConstraint(const std::string &Constraint, MVT::ValueType VT) const; + void LowerAsmOperandForConstraint(SDOperand Op, char ConstraintLetter, + std::vector<SDOperand> &Ops, + SelectionDAG &DAG) const; + /// isLegalAddressImmediate - Return true if the integer value can be used /// as the offset of the target addressing mode. virtual bool isLegalAddressImmediate(int64_t V, const Type *Ty) const; |

