Fix spelling and grammar in a comment.
[oota-llvm.git] / examples / BrainF / BrainF.h
index 715fa317f87111c8bf8bdd47834b09ed825871dd..e6aef82095da8f58a3e5222b0c2d32e4a8f8f037 100644 (file)
@@ -16,7 +16,7 @@
 #define BRAINF_H
 
 #include "llvm/Module.h"
-#include "llvm/Support/LLVMBuilder.h"
+#include "llvm/Support/IRBuilder.h"
 
 using namespace llvm;
 
@@ -84,7 +84,7 @@ class BrainF {
     BasicBlock *aberrorbb;
 
     /// Variables
-    LLVMBuilder *builder;
+    IRBuilder *builder;
     Value *curhead;
 };