diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-04-29 00:09:22 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-04-29 00:09:22 +0000 |
commit | d4eb8424044bf1c1d2b9e9a5fb4596a014765cdf (patch) | |
tree | bd2f8a7876b8ccc98b8dab3d474459e25e0e735a /llvm | |
parent | 272842aa1c376f4e9e2808e5ad1591510c4aa1a5 (diff) | |
download | bcm5719-llvm-d4eb8424044bf1c1d2b9e9a5fb4596a014765cdf.tar.gz bcm5719-llvm-d4eb8424044bf1c1d2b9e9a5fb4596a014765cdf.zip |
Correct comment.
llvm-svn: 70340
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Target/TargetOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetOptions.h b/llvm/include/llvm/Target/TargetOptions.h index e10384d7df7..06d7d79441e 100644 --- a/llvm/include/llvm/Target/TargetOptions.h +++ b/llvm/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; |