mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Make this pass registration static as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38509 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
16a72bb47d
commit
776ee1fb33
@ -29,8 +29,8 @@ Instruction* MemoryDependenceAnalysis::NonLocal = (Instruction*)0;
|
||||
Instruction* MemoryDependenceAnalysis::None = (Instruction*)~0;
|
||||
|
||||
// Register this pass...
|
||||
RegisterPass<MemoryDependenceAnalysis> X("memdep",
|
||||
"Memory Dependence Analysis");
|
||||
static RegisterPass<MemoryDependenceAnalysis> X("memdep",
|
||||
"Memory Dependence Analysis");
|
||||
|
||||
/// getAnalysisUsage - Does not modify anything. It uses Alias Analysis.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user