[llvm-commits] CVS: llvm/include/llvm/Target/TargetLowering.h

Chris Lattner lattner at cs.uiuc.edu
Fri Aug 26 13:53:55 PDT 2005



Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.20 -> 1.21
---
Log message:

spell this right!


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

 TargetLowering.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.20 llvm/include/llvm/Target/TargetLowering.h:1.21
--- llvm/include/llvm/Target/TargetLowering.h:1.20	Fri Aug 26 15:53:09 2005
+++ llvm/include/llvm/Target/TargetLowering.h	Fri Aug 26 15:53:44 2005
@@ -338,7 +338,7 @@
   //
   
   // InsertAtEndOfBasicBlock - This method should be implemented by targets that
-  // mark instructions with the 'usesCustomDAGSChedInserter' flag.  These
+  // mark instructions with the 'usesCustomDAGSchedInserter' flag.  These
   // instructions are special in various ways, which require special support to
   // insert.  The specified MachineInstr is created but not inserted into any
   // basic blocks, and the scheduler passes ownership of it to this method.






More information about the llvm-commits mailing list