mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
r66870 missed this out.
llvm-svn: 67082
This commit is contained in:
parent
9ef10da3e7
commit
390dd214db
@ -83,6 +83,7 @@ namespace {
|
||||
au.addPreserved<LiveStacks>();
|
||||
au.addRequired<MachineLoopInfo>();
|
||||
au.addPreserved<MachineLoopInfo>();
|
||||
au.addRequired<VirtRegMap>();
|
||||
MachineFunctionPass::getAnalysisUsage(au);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user