summaryrefslogtreecommitdiffstats
path: root/llvm/examples/BrainF/BrainF.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples/BrainF/BrainF.h')
-rw-r--r--llvm/examples/BrainF/BrainF.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/examples/BrainF/BrainF.h b/llvm/examples/BrainF/BrainF.h
index 053ddaa5875..add0687d54a 100644
--- a/llvm/examples/BrainF/BrainF.h
+++ b/llvm/examples/BrainF/BrainF.h
@@ -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;
OpenPOWER on IntegriCloud