summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Stacker.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Stacker.html b/docs/Stacker.html
index a49b56de86..8bdf68ea6b 100644
--- a/docs/Stacker.html
+++ b/docs/Stacker.html
@@ -229,7 +229,7 @@ in a single function using LLVM in the following way: </p>
<pre>
using namespace llvm;
BasicBlock*
-MyCompiler::handle_if( BasicBlock* bb, SetCondInst* condition )
+MyCompiler::handle_if( BasicBlock* bb, ICmpInst* condition )
{
// Create the blocks to contain code in the structure of if/then/else
BasicBlock* then_bb = new BasicBlock();