mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
First check in. Modified a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
62f6fac1c5
commit
6b4fa2256c
@ -52,7 +52,7 @@ namespace {
|
||||
return false;
|
||||
}
|
||||
|
||||
// We don't modify the program, so we preserve all analyses
|
||||
// We don't modify the program, so we preserve all analyses.
|
||||
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
|
||||
AU.setPreservesAll();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user