aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-26 03:03:51 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-26 03:03:51 +0000
commit55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9 (patch)
tree75d2b201047bc3f25a6118bc0058ac38f1fa0a76 /lib/Transforms/Instrumentation
parent2bd122c4d934a70e031dc0ca5171719bac66c2c9 (diff)
downloadexternal_llvm-55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9.zip
external_llvm-55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9.tar.gz
external_llvm-55cbec317d9c30c8ae1d35eaa008ca63d1f2fce9.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.cpp2
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