Have isInTailCallPosition take the DAG so that we can use the
authorEric Christopher <echristo@gmail.com>
Tue, 10 Jun 2014 20:39:38 +0000 (20:39 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 10 Jun 2014 20:39:38 +0000 (20:39 +0000)
commitad3aa5eb5a0c5ccd11c9b7210d6d3b90004b05c9
tree76d581976a28f2426b3dede49038564e261d1c88
parent4d9df32652055b46ca29fc3f6c609bacca3cd160
Have isInTailCallPosition take the DAG so that we can use the
version of TargetLowering/Machine from there on the way to avoiding
TargetMachine in TargetLowering.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210579 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Analysis.h
lib/CodeGen/Analysis.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp