mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 22:00:58 +00:00
SCCP doesn't actually preserve the CFG. It will delete and insert terminator
instructions. llvm-svn: 123973
This commit is contained in:
parent
08bf1dbce4
commit
5de10fb201
@ -1606,10 +1606,6 @@ namespace {
|
||||
// algorithm, and return true if the function was modified.
|
||||
//
|
||||
bool runOnFunction(Function &F);
|
||||
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.setPreservesCFG();
|
||||
}
|
||||
};
|
||||
} // end anonymous namespace
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user