diff options
Diffstat (limited to 'include/llvm/Target/TargetOptions.h')
-rw-r--r-- | include/llvm/Target/TargetOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetOptions.h b/include/llvm/Target/TargetOptions.h index 06d7d79..e10384d 100644 --- a/include/llvm/Target/TargetOptions.h +++ b/include/llvm/Target/TargetOptions.h @@ -108,7 +108,7 @@ namespace llvm { /// generated. extern bool DisableJumpTables; - /// EnableFastISel - This flag enables fast-path instruction selection + /// FastISel - This flag enables fast-path instruction selection /// which trades away generated code quality in favor of reducing /// compile time. extern bool EnableFastISel; |