[llvm-commits] [llvm] r78206 - /llvm/trunk/include/llvm/Target/TargetMachine.h

Dan Gohman gohman at apple.com
Wed Aug 5 09:39:46 PDT 2009


Author: djg
Date: Wed Aug  5 11:39:42 2009
New Revision: 78206

URL: http://llvm.org/viewvc/llvm-project?rev=78206&view=rev
Log:
Delete an obsolete sentance from a comment.

Modified:
    llvm/trunk/include/llvm/Target/TargetMachine.h

Modified: llvm/trunk/include/llvm/Target/TargetMachine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetMachine.h?rev=78206&r1=78205&r2=78206&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetMachine.h (original)
+++ llvm/trunk/include/llvm/Target/TargetMachine.h Wed Aug  5 11:39:42 2009
@@ -209,8 +209,7 @@
 
   /// 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.
   ///





More information about the llvm-commits mailing list