mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
Convert BasicAA to be an immutable pass instead of a FunctionPass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3922 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
70b4f3e051
commit
700975bc9b
@ -12,7 +12,7 @@
|
||||
#include "llvm/Analysis/AliasAnalysis.h"
|
||||
#include "llvm/Pass.h"
|
||||
|
||||
struct BasicAliasAnalysis : public FunctionPass, public AliasAnalysis {
|
||||
struct BasicAliasAnalysis : public ImmutablePass, public AliasAnalysis {
|
||||
|
||||
// Pass Implementation stuff. This isn't much of a pass.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user