Changes in directory llvm/include/llvm/Target:

TargetLowering.h updated: 1.125 -> 1.126
---
Log message:

Fix comment.

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

 TargetLowering.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llvm/include/llvm/Target/TargetLowering.h:1.125 
llvm/include/llvm/Target/TargetLowering.h:1.126
--- llvm/include/llvm/Target/TargetLowering.h:1.125     Wed May 16 18:44:08 2007
+++ llvm/include/llvm/Target/TargetLowering.h   Thu May 17 19:00:30 2007
@@ -757,8 +757,8 @@
     JumpBufAlignment = Align;
   }
 
-  /// setIfCvtBlockSizeLimit - Set the target's if-conversion block size limit;
-  /// default is 2.
+  /// setIfCvtBlockSizeLimit - Set the target's if-conversion block size
+  /// (in number of instructions); default is 2.
   void setIfCvtBlockSizeLimit(unsigned Limit) {
     IfCvtBlockSizeLimit = Limit;
   }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to