From: Evan Cheng Date: Fri, 18 May 2007 00:00:30 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f48ae4630bdf5c58dfca8f4d82a1ee1a88c3a767;p=oota-llvm.git Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37191 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; }