Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
[oota-llvm.git] / include / llvm / Target / TargetOptions.h
index e10384d7df721d68ea9dd0c49f6acc320005159c..06d7d79441ec4a3581a8bbb660302bac1ed99eb3 100644 (file)
@@ -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;