Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Gabor Greif
2009-03-11 19:51:07 +00:00
parent ad9d21a952
commit d6c1ed08f6
7 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ function will interoperate properly with C code, which is a good thing.</p>
<div class="doc_code">
<pre>
BasicBlock* block = BasicBlock::Create("entry", mul_add);
IRBuilder builder(block);
IRBuilder&lt;&gt; builder(block);
</pre>
</div>