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 | c0dc382fb79da0dac1a2405204e08f4da0e16504 (patch) | |
| tree | d01af274fb2de0bfd767f55e13a750dd6e4ae29d /llvm | |
| parent | a92b2b38fffc0e0c35e761d450a52c50a7ea3a9d (diff) | |
| download | bcm5719-llvm-c0dc382fb79da0dac1a2405204e08f4da0e16504.tar.gz bcm5719-llvm-c0dc382fb79da0dac1a2405204e08f4da0e16504.zip | |
Fix comment.
llvm-svn: 37191
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Target/TargetLowering.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h index d736a3ad202..cabaaa1f2cb 100644 --- a/llvm/include/llvm/Target/TargetLowering.h +++ b/llvm/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; } |

