]> granicus.if.org Git - llvm/commit
Remove TLI from isInTailCallPosition's arguments. NFC.
authorJuergen Ributzka <juergen@apple.com>
Wed, 16 Jul 2014 00:01:22 +0000 (00:01 +0000)
committerJuergen Ributzka <juergen@apple.com>
Wed, 16 Jul 2014 00:01:22 +0000 (00:01 +0000)
commit7e752a311a999fe53546f57eb203eaad23296fe7
treeb19121ab48cfdccca5020deeac989cd6ae4599aa
parenta27bf373d93dc7d3beaf2a2cbbd96c573afde9e8
Remove TLI from isInTailCallPosition's arguments. NFC.

There is no need to pass on TLI separately to the function. As Eric pointed out
the Target Machine already provides everything we need.

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