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)
commit576d36ae0562efc669f5ec6ad4a1e434d8c16253
tree617cf919b59ee930dd701b4c50dd3463d5e8ed23
parent09fc276d0813bc0ea9f327d2012e8600ce0ff32a
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.

llvm-svn: 210579
llvm/include/llvm/CodeGen/Analysis.h
llvm/lib/CodeGen/Analysis.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp