Skip to content
Snippets Groups Projects
Commit 88e15b25 authored by Sanjiv Gupta's avatar Sanjiv Gupta
Browse files

r66870 missed this out.

llvm-svn: 67082
parent 31a082fd
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ namespace {
au.addPreserved<LiveStacks>();
au.addRequired<MachineLoopInfo>();
au.addPreserved<MachineLoopInfo>();
au.addRequired<VirtRegMap>();
MachineFunctionPass::getAnalysisUsage(au);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment