diff options
| author | Eric Christopher <echristo@apple.com> | 2011-06-30 01:20:03 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-06-30 01:20:03 +0000 |
| commit | f81292ba3ba69ede44bbdeba8eb69ea5a09d33a3 (patch) | |
| tree | c361d9ee269f9770441846e78eccc9463272b61f /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | |
| parent | 16cde8ad36dc1631ab7f4509033cb7d78bbbcccc (diff) | |
| download | llvm-f81292ba3ba69ede44bbdeba8eb69ea5a09d33a3.zip llvm-f81292ba3ba69ede44bbdeba8eb69ea5a09d33a3.tar.gz llvm-f81292ba3ba69ede44bbdeba8eb69ea5a09d33a3.tar.bz2 | |
Remove getRegClassForInlineAsmConstraint and all dependencies.
Fixes rdar://9643582
llvm-svn: 134123
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp index 474dd7a..758296e 100644 --- a/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp @@ -2737,13 +2737,6 @@ void TargetLowering::LowerAsmOperandForConstraint(SDValue Op, } } -std::vector<unsigned> TargetLowering:: -getRegClassForInlineAsmConstraint(const std::string &Constraint, - EVT VT) const { - return std::vector<unsigned>(); -} - - std::pair<unsigned, const TargetRegisterClass*> TargetLowering:: getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const { |
