[FastISel] Make isInTailCallPosition independent of SelectionDAG.
authorJuergen Ributzka <juergen@apple.com>
Fri, 11 Jul 2014 20:50:47 +0000 (20:50 +0000)
committerJuergen Ributzka <juergen@apple.com>
Fri, 11 Jul 2014 20:50:47 +0000 (20:50 +0000)
commit4ce9863d0bc423bb4616e6ca14337e6c900339b8
tree485fbf71f2935bd6cc2e13d69db24b662f4023c1
parent5dd32136b9a422348918ef5b12ea8420ad4cb907
[FastISel] Make isInTailCallPosition independent of SelectionDAG.

Break out the arguemnts required from SelectionDAG, so that this function can
also be used by FastISel.

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