mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-25 06:51:30 +00:00
[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. llvm-svn: 241536
This commit is contained in:
parent
ee409f4340
commit
0b95d1cec4
@ -94,8 +94,7 @@ void StackMapLiveness::getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
// We preserve all information.
|
||||
AU.setPreservesAll();
|
||||
AU.setPreservesCFG();
|
||||
// Default dependencie for all MachineFunction passes.
|
||||
AU.addRequired<MachineFunctionAnalysis>();
|
||||
MachineFunctionPass::getAnalysisUsage(AU);
|
||||
}
|
||||
|
||||
/// Calculate the liveness information for the given machine function.
|
||||
|
Loading…
x
Reference in New Issue
Block a user