Move EVER MORE stuff over to LLVMContext.
[oota-llvm.git] / examples / BrainF / BrainF.h
index 053ddaa58755415f8823693371134b3454368d19..add0687d54a631a7643f94cb45dddf76f39628ae 100644 (file)
@@ -70,7 +70,8 @@ class BrainF {
 
     /// The main loop for parsing.  It calls itself recursively
     /// to handle the depth of nesting of "[]".
-    void readloop(PHINode *phi, BasicBlock *oldbb, BasicBlock *testbb);
+    void readloop(PHINode *phi, BasicBlock *oldbb,
+                  BasicBlock *testbb, LLVMContext &Context);
 
     /// Constants during parsing
     int memtotal;