aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/LoopInfo.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-15 17:38:23 +0000
committerDan Gohman <gohman@apple.com>2009-07-15 17:38:23 +0000
commit206613b289f60b71a76e9190d36b9ea9e47a701e (patch)
tree90329570b152cc9f5a7021a086caf5fb75bde866 /include/llvm/Analysis/LoopInfo.h
parent1f5c5b989c20e416fcf26633e342cdfb68dab1bd (diff)
downloadexternal_llvm-206613b289f60b71a76e9190d36b9ea9e47a701e.zip
external_llvm-206613b289f60b71a76e9190d36b9ea9e47a701e.tar.gz
external_llvm-206613b289f60b71a76e9190d36b9ea9e47a701e.tar.bz2
Fix a typo in a comment that Duncan noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75804 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/LoopInfo.h')
-rw-r--r--include/llvm/Analysis/LoopInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h
index de9a30d..60c9564 100644
--- a/include/llvm/Analysis/LoopInfo.h
+++ b/include/llvm/Analysis/LoopInfo.h
@@ -481,7 +481,7 @@ public:
///
bool isLoopInvariant(Instruction *I) const;
- /// makeLoopInvariant - If the given value is an instruciton inside of the
+ /// makeLoopInvariant - If the given value is an instruction inside of the
/// loop and it can be hoisted, do so to make it trivially loop-invariant.
/// Return true if the value after any hoisting is loop invariant. This
/// function can be used as a slightly more aggressive replacement for