From: Jay Foad Date: Tue, 26 Jul 2011 09:36:52 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8aa695dc6f2649e53716b74e781bcc5845a6eba8;p=oota-llvm.git Fix typo in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136068 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h index f025e180678..9b59353d623 100644 --- a/include/llvm/Transforms/IPO.h +++ b/include/llvm/Transforms/IPO.h @@ -81,7 +81,7 @@ ModulePass *createGlobalDCEPass(); //===----------------------------------------------------------------------===// -/// createGVExtractionPass - If deleteFn is true, this pass deletes as +/// createGVExtractionPass - If deleteFn is true, this pass deletes /// the specified global values. Otherwise, it deletes as much of the module as /// possible, except for the global values specified. ///