aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-07-26 09:36:52 +0000
committerJay Foad <jay.foad@gmail.com>2011-07-26 09:36:52 +0000
commit8aa695dc6f2649e53716b74e781bcc5845a6eba8 (patch)
treeec1b93ec07ac5511b6c9b1b3783cc21677393953 /include
parent5e0ac58bef2632a804358ec42a6ba5c6be42c450 (diff)
downloadexternal_llvm-8aa695dc6f2649e53716b74e781bcc5845a6eba8.zip
external_llvm-8aa695dc6f2649e53716b74e781bcc5845a6eba8.tar.gz
external_llvm-8aa695dc6f2649e53716b74e781bcc5845a6eba8.tar.bz2
Fix typo in comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Transforms/IPO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/IPO.h b/include/llvm/Transforms/IPO.h
index f025e18..9b59353 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.
///