Autodetect the availability of -export-dynamic in the linker.
[oota-llvm.git] / examples / BrainF / BrainF.h
index e6aef82095da8f58a3e5222b0c2d32e4a8f8f037..06c00ae4df247bbced806d2efb9ceddd7bc981c9 100644 (file)
@@ -84,7 +84,7 @@ class BrainF {
     BasicBlock *aberrorbb;
 
     /// Variables
-    IRBuilder *builder;
+    IRBuilder<> *builder;
     Value *curhead;
 };