mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Test commit. Fix typo in MemDerefPrinter.cpp comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237893 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a9a920d652
commit
946d5f5631
@ -24,7 +24,7 @@ namespace {
|
|||||||
struct MemDerefPrinter : public FunctionPass {
|
struct MemDerefPrinter : public FunctionPass {
|
||||||
SmallVector<Value *, 4> Vec;
|
SmallVector<Value *, 4> Vec;
|
||||||
|
|
||||||
static char ID; // Pass identifcation, replacement for typeid
|
static char ID; // Pass identification, replacement for typeid
|
||||||
MemDerefPrinter() : FunctionPass(ID) {
|
MemDerefPrinter() : FunctionPass(ID) {
|
||||||
initializeMemDerefPrinterPass(*PassRegistry::getPassRegistry());
|
initializeMemDerefPrinterPass(*PassRegistry::getPassRegistry());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user