From: Dan Gohman Date: Wed, 5 Aug 2009 16:39:42 +0000 (+0000) Subject: Delete an obsolete sentance from a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=892fe182c83ae58fe6318527912fc71ebd687a23;p=oota-llvm.git Delete an obsolete sentance from a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78206 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetMachine.h b/include/llvm/Target/TargetMachine.h index 1dd8f20b700..1120df6e833 100644 --- a/include/llvm/Target/TargetMachine.h +++ b/include/llvm/Target/TargetMachine.h @@ -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. ///