From f48ae4630bdf5c58dfca8f4d82a1ee1a88c3a767 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 18 May 2007 00:00:30 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37191 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetLowering.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index d736a3ad202..cabaaa1f2cb 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; } -- 2.34.1