Be more consistent in using ValueToValueMapTy.
[oota-llvm.git] / include / llvm / Transforms / Utils / PromoteMemToReg.h
index 3d058002cec8b145d0f89937d8f686611a6f7f25..35cfaddb7379aa832c511dedfefe7f0b6d922f79 100644 (file)
@@ -23,7 +23,6 @@ class AllocaInst;
 class DominatorTree;
 class DominanceFrontier;
 class AliasSetTracker;
-class LLVMContext;
 
 /// isAllocaPromotable - Return true if this alloca is legal for promotion.
 /// This is true if there are only loads and stores to the alloca...
@@ -40,7 +39,6 @@ bool isAllocaPromotable(const AllocaInst *AI);
 ///
 void PromoteMemToReg(const std::vector<AllocaInst*> &Allocas,
                      DominatorTree &DT, DominanceFrontier &DF,
-                     LLVMContext* Context,
                      AliasSetTracker *AST = 0);
 
 } // End llvm namespace