projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f16e70
)
remove method I just added
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Jan 2006 03:43:09 +0000
(
03:43
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 28 Jan 2006 03:43:09 +0000
(
03:43
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25728
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index aa7659320d82a36f560bdf2fd70a28e95f746edb..78db4554dae5408ec1bed2a491f4bf86356154e4 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@
-1288,13
+1288,6
@@
SDOperand TargetLowering::CustomPromoteOperation(SDOperand Op,
return SDOperand();
}
-void TargetLowering::CustomExpandOperation(SDOperand Op, SDOperand &Lo,
- SDOperand &Hi, SelectionDAG &DAG) {
- assert(0 && "CustomExpandOperation not implemented for this target!");
- abort();
- return SDOperand();
-}
-
void SelectionDAGLowering::visitFrameReturnAddress(CallInst &I, bool isFrame) {
unsigned Depth = (unsigned)cast<ConstantUInt>(I.getOperand(1))->getValue();
std::pair<SDOperand,SDOperand> Result =