[llvm-commits] CVS: llvm/docs/Stacker.html

Reid Spencer reid at x10sys.com
Tue Dec 19 11:48:09 PST 2006



Changes in directory llvm/docs:

Stacker.html updated: 1.21 -> 1.22
---
Log message:

Fix an example that used the old SetCondInst instruction.


---
Diffs of the changes:  (+2 -2)

 Stacker.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/Stacker.html
diff -u llvm/docs/Stacker.html:1.21 llvm/docs/Stacker.html:1.22
--- llvm/docs/Stacker.html:1.21	Fri Oct 20 02:07:23 2006
+++ llvm/docs/Stacker.html	Tue Dec 19 13:47:54 2006
@@ -229,7 +229,7 @@
 <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(); 
@@ -1405,7 +1405,7 @@
 
   <a href="mailto:rspencer at x10sys.com">Reid Spencer</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/10/20 07:07:23 $
+  Last modified: $Date: 2006/12/19 19:47:54 $
 </address>
 
 </body>






More information about the llvm-commits mailing list