aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-04-29 00:09:22 +0000
committerBill Wendling <isanbard@gmail.com>2009-04-29 00:09:22 +0000
commitd1d06620e9dae53871a512af932b0189c65afd00 (patch)
treedfda1c7b1a8edb82dabf07f4f941e090b6f7028a
parent5983efab697a606b9a7796883dbc1abccff52751 (diff)
downloadexternal_llvm-d1d06620e9dae53871a512af932b0189c65afd00.zip
external_llvm-d1d06620e9dae53871a512af932b0189c65afd00.tar.gz
external_llvm-d1d06620e9dae53871a512af932b0189c65afd00.tar.bz2
Correct comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70340 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Target/TargetOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h
index e10384d..06d7d79 100644
--- 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
+ /// EnableFastISel - This flag enables fast-path instruction selection
/// which trades away generated code quality in favor of reducing
/// compile time.
extern bool EnableFastISel;