"LLVMContext* " --> "LLVMContext *"
[oota-llvm.git] / include / llvm / Analysis / SparsePropagation.h
index 356a5ee6933f252850a7e09378211f9984609db3..638008d78cd74aba57c7e85e709cc50a71521c21 100644 (file)
@@ -131,7 +131,7 @@ class SparseSolver {
   SparseSolver(const SparseSolver&);    // DO NOT IMPLEMENT
   void operator=(const SparseSolver&);  // DO NOT IMPLEMENT
 public:
-  explicit SparseSolver(AbstractLatticeFunction *Lattice, LLVMContextC)
+  explicit SparseSolver(AbstractLatticeFunction *Lattice, LLVMContext *C)
     : LatticeFunc(Lattice), Context(C) {}
   ~SparseSolver() {
     delete LatticeFunc;