aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-06-30 01:20:03 +0000
committerEric Christopher <echristo@apple.com>2011-06-30 01:20:03 +0000
commitf81292ba3ba69ede44bbdeba8eb69ea5a09d33a3 (patch)
treec361d9ee269f9770441846e78eccc9463272b61f /llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
parent16cde8ad36dc1631ab7f4509033cb7d78bbbcccc (diff)
downloadllvm-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.cpp7
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 {