"LLVMContext* " --> "LLVMContext *"
[oota-llvm.git] / include / llvm / Transforms / Utils / PromoteMemToReg.h
index 3d058002cec8b145d0f89937d8f686611a6f7f25..91d51e2539302adc7cf4d8e96573d730fdba32c0 100644 (file)
@@ -40,7 +40,7 @@ bool isAllocaPromotable(const AllocaInst *AI);
 ///
 void PromoteMemToReg(const std::vector<AllocaInst*> &Allocas,
                      DominatorTree &DT, DominanceFrontier &DF,
-                     LLVMContextContext,
+                     LLVMContext *Context,
                      AliasSetTracker *AST = 0);
 
 } // End llvm namespace