diff options
Diffstat (limited to 'include/llvm/Transforms/ChangeAllocations.h')
-rw-r--r-- | include/llvm/Transforms/ChangeAllocations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/ChangeAllocations.h b/include/llvm/Transforms/ChangeAllocations.h index 08339cd64e..4c36b2d4c0 100644 --- a/include/llvm/Transforms/ChangeAllocations.h +++ b/include/llvm/Transforms/ChangeAllocations.h @@ -13,7 +13,7 @@ #include "llvm/Transforms/Pass.h" class TargetData; -class LowerAllocations : public ConcretePass<LowerAllocations> { +class LowerAllocations : public ConcretePass { Method *MallocMeth; // Methods in the module we are processing Method *FreeMeth; // Initialized by doPassInitializationVirt |