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:
ce66c61
)
Correct comment.
author
Bill Wendling
<isanbard@gmail.com>
Wed, 29 Apr 2009 00:09:22 +0000
(
00:09
+0000)
committer
Bill Wendling
<isanbard@gmail.com>
Wed, 29 Apr 2009 00:09:22 +0000
(
00:09
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70340
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetOptions.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetOptions.h
b/include/llvm/Target/TargetOptions.h
index e10384d7df721d68ea9dd0c49f6acc320005159c..06d7d79441ec4a3581a8bbb660302bac1ed99eb3 100644
(file)
--- a/
include/llvm/Target/TargetOptions.h
+++ b/
include/llvm/Target/TargetOptions.h
@@
-108,7
+108,7
@@
namespace llvm {
/// generated.
extern bool DisableJumpTables;
- /// FastISel - This flag enables fast-path instruction selection
+ ///
Enable
FastISel - This flag enables fast-path instruction selection
/// which trades away generated code quality in favor of reducing
/// compile time.
extern bool EnableFastISel;