[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)
commit56b7de65b09fbae0b18e75d97785d4a72b5f0707
tree225ced3c31358c75d49dc461d2be45c29bef3213
parent2f58a513f165f5d622b38a22ddb58ce0d64c5aad
[FastISel] Make isInTailCallPosition independent of SelectionDAG.

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

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