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/lib/Transforms/Instrumentation/RSProfiling.cpp | |
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/lib/Transforms/Instrumentation/RSProfiling.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/RSProfiling.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/RSProfiling.cpp b/llvm/lib/Transforms/Instrumentation/RSProfiling.cpp index 3c7efb1ba3c..ac45d79513a 100644 --- a/llvm/lib/Transforms/Instrumentation/RSProfiling.cpp +++ b/llvm/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 |