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 | 9adadb4a2a9d7d3a4399216c12c08efee0460ae9 (patch) | |
tree | 75d2b201047bc3f25a6118bc0058ac38f1fa0a76 /lib/Transforms/Instrumentation | |
parent | 27a820abeb2f68de214e469e14a5eca654b9e914 (diff) | |
download | external_llvm-9adadb4a2a9d7d3a4399216c12c08efee0460ae9.zip external_llvm-9adadb4a2a9d7d3a4399216c12c08efee0460ae9.tar.gz external_llvm-9adadb4a2a9d7d3a4399216c12c08efee0460ae9.tar.bz2 |
More fleshing out of docs/Passes.html, plus some typo fixes and
improved wording in source files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43377 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation')
-rw-r--r-- | lib/Transforms/Instrumentation/RSProfiling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/RSProfiling.cpp b/lib/Transforms/Instrumentation/RSProfiling.cpp index 3c7efb1..ac45d79 100644 --- a/lib/Transforms/Instrumentation/RSProfiling.cpp +++ b/lib/Transforms/Instrumentation/RSProfiling.cpp @@ -18,7 +18,7 @@ // backedges. At each connection point a choice is made as to whether to jump // to the profiled code (take a sample) or execute the unprofiled code. // -// It is highly recommeneded that after this pass one runs mem2reg and adce +// It is highly recommended that after this pass one runs mem2reg and adce // (instcombine load-vn gdce dse also are good to run afterwards) // // This design is intended to make the profiling passes independent of the RS |