Fix comment.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 18 May 2007 00:00:30 +0000 (00:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 18 May 2007 00:00:30 +0000 (00:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37191 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetLowering.h

index d736a3ad202104e07ee04fc7b1573f034c8fc546..cabaaa1f2cb3afb6127ff3acdd3ee958a2a62a26 100644 (file)
@@ -757,8 +757,8 @@ protected:
     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;
   }