Sink a function that refers to the SelectionDAG into that library in the
[oota-llvm.git] / include / llvm / CodeGen / Analysis.h
index b54c76282e91c86e4fd51c27a26c290bbe709c0f..81e75d894d361d66689b3251c78844c984caeb93 100644 (file)
@@ -89,9 +89,6 @@ ISD::CondCode getICmpCondCode(ICmpInst::Predicate Pred);
 bool isInTailCallPosition(ImmutableCallSite CS, Attribute CalleeRetAttr,
                           const TargetLowering &TLI);
 
-bool isInTailCallPosition(SelectionDAG &DAG, SDNode *Node,
-                          SDValue &Chain, const TargetLowering &TLI);
-
 } // End llvm namespace
 
 #endif