mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
LowerSubregs should not clobber any analysis.
llvm-svn: 51933
This commit is contained in:
parent
9153a5316c
commit
7504610c97
@ -30,6 +30,10 @@ namespace {
|
||||
return "Subregister lowering instruction pass";
|
||||
}
|
||||
|
||||
void getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.setPreservesAll();
|
||||
}
|
||||
|
||||
/// runOnMachineFunction - pass entry point
|
||||
bool runOnMachineFunction(MachineFunction&);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user