Delete an obsolete sentance from a comment.
authorDan Gohman <gohman@apple.com>
Wed, 5 Aug 2009 16:39:42 +0000 (16:39 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 5 Aug 2009 16:39:42 +0000 (16:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78206 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetMachine.h

index 1dd8f20b70065ae4ce004a45b5e94bdc33a5c6f8..1120df6e833f54515e359beb9a9486b9020bd85a 100644 (file)
@@ -209,8 +209,7 @@ public:
 
   /// addPassesToEmitFile - Add passes to the specified pass manager to get the
   /// specified file emitted.  Typically this will involve several steps of code
-  /// generation.  If Fast is set to true, the code generator should emit code
-  /// as fast as possible, though the generated code may be less efficient.
+  /// generation.
   /// This method should return FileModel::Error if emission of this file type
   /// is not supported.
   ///