diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-05-18 00:00:30 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-05-18 00:00:30 +0000 |
commit | f48ae4630bdf5c58dfca8f4d82a1ee1a88c3a767 (patch) | |
tree | 5c6c16ef1ba8e4a3f2f5daed49d2b45b6809ae50 | |
parent | 4f098788d303bed05da6000f3ff24177aad56623 (diff) |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37191 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index d736a3ad20..cabaaa1f2c 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -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; } |