aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetLowering.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-05-18 00:00:30 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-05-18 00:00:30 +0000
commitf48ae4630bdf5c58dfca8f4d82a1ee1a88c3a767 (patch)
tree5c6c16ef1ba8e4a3f2f5daed49d2b45b6809ae50 /include/llvm/Target/TargetLowering.h
parent4f098788d303bed05da6000f3ff24177aad56623 (diff)
downloadexternal_llvm-f48ae4630bdf5c58dfca8f4d82a1ee1a88c3a767.zip
external_llvm-f48ae4630bdf5c58dfca8f4d82a1ee1a88c3a767.tar.gz
external_llvm-f48ae4630bdf5c58dfca8f4d82a1ee1a88c3a767.tar.bz2
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetLowering.h')
-rw-r--r--include/llvm/Target/TargetLowering.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h
index d736a3a..cabaaa1 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;
}