projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f09878
)
Fix comment.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 18 May 2007 00:00:30 +0000
(
00:00
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Fri, 18 May 2007 00:00:30 +0000
(
00:00
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37191
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetLowering.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetLowering.h
b/include/llvm/Target/TargetLowering.h
index d736a3ad202104e07ee04fc7b1573f034c8fc546..cabaaa1f2cb3afb6127ff3acdd3ee958a2a62a26 100644
(file)
--- 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;
}