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:
4976dfb
)
remove dead method
author
Chris Lattner
<sabre@nondot.org>
Sat, 28 Oct 2006 18:21:29 +0000
(18:21 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 28 Oct 2006 18:21:29 +0000
(18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31271
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAGISel.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAGISel.h
b/include/llvm/CodeGen/SelectionDAGISel.h
index 83269ab2d07dfefda42705ebf51d4c596645ce76..4168edf9be40ee567dde6dab75303f7d81a5860c 100644
(file)
--- a/
include/llvm/CodeGen/SelectionDAGISel.h
+++ b/
include/llvm/CodeGen/SelectionDAGISel.h
@@
-126,7
+126,6
@@
protected:
bool CheckOrMask(SDOperand LHS, ConstantSDNode *RHS, int64_t DesiredMaskS);
private:
- void SplitCritEdgesForPHIConstants(BasicBlock *BB);
void SelectBasicBlock(BasicBlock *BB, MachineFunction &MF,
FunctionLoweringInfo &FuncInfo);