[StackMap Liveness] Calling the base class' getAnalysisUsage method. NFCI.
authorJuergen Ributzka <juergen@apple.com>
Tue, 7 Jul 2015 02:05:18 +0000 (02:05 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 7 Jul 2015 02:05:18 +0000 (02:05 +0000)
commitb062a9b4116823a5f9a4c0629d82cfbe443e1766
treed74351015f627bdf48006369f863b796dc8b1ebf
parent083b791eaf77ab1799e74bdba8c5a5b109e38e27
[StackMap Liveness] Calling the base class' getAnalysisUsage method. NFCI.

Calling into the base class' getAnalysisUsage method after we did our pass
specific modifications. This shouldn't really matter since this is the last
pass in the pipeline anyways.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241536 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/StackMapLivenessAnalysis.cpp