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

Evan Cheng evan.cheng at apple.com
Thu May 17 17:00:48 PDT 2007



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;
   }






More information about the llvm-commits mailing list