mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +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/Analysis/AliasAnalysis.h"
|
||||||
#include "llvm/Pass.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.
|
// Pass Implementation stuff. This isn't much of a pass.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user