diff options
author | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-26 03:03:51 +0000 |
---|---|---|
committer | Gordon Henriksen <gordonhenriksen@mac.com> | 2007-10-26 03:03:51 +0000 |
commit | 78c63ac41e4c34807bda8a1d778fbcd27bafb52f (patch) | |
tree | b591e82cbde16045208bbb09551c159ae2ff7d11 /llvm/include | |
parent | 7f3d02471d04bef0062790c0b79151a9a6fe8266 (diff) | |
download | bcm5719-llvm-78c63ac41e4c34807bda8a1d778fbcd27bafb52f.tar.gz bcm5719-llvm-78c63ac41e4c34807bda8a1d778fbcd27bafb52f.zip |
More fleshing out of docs/Passes.html, plus some typo fixes and
improved wording in source files.
llvm-svn: 43377
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/Assembly/PrintModulePass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Assembly/PrintModulePass.h b/llvm/include/llvm/Assembly/PrintModulePass.h index ed70e9dc3bb..3c4176dfdad 100644 --- a/llvm/include/llvm/Assembly/PrintModulePass.h +++ b/llvm/include/llvm/Assembly/PrintModulePass.h @@ -10,7 +10,7 @@ // This file defines two passes to print out a module. The PrintModulePass pass // simply prints out the entire module when it is executed. The // PrintFunctionPass class is designed to be pipelined with other -// FunctionPass's, and prints out the functions of the class as they are +// FunctionPass's, and prints out the functions of the module as they are // processed. // //===----------------------------------------------------------------------===// |