mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 04:09:04 +00:00
Test commit. Fix typo in MemDerefPrinter.cpp comment.
llvm-svn: 237893
This commit is contained in:
parent
569f0c5538
commit
5651dfccf4
@ -24,7 +24,7 @@ namespace {
|
||||
struct MemDerefPrinter : public FunctionPass {
|
||||
SmallVector<Value *, 4> Vec;
|
||||
|
||||
static char ID; // Pass identifcation, replacement for typeid
|
||||
static char ID; // Pass identification, replacement for typeid
|
||||
MemDerefPrinter() : FunctionPass(ID) {
|
||||
initializeMemDerefPrinterPass(*PassRegistry::getPassRegistry());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user