summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2015-12-14 23:41:32 +0000
committerMichael Kruse <llvm@meinersbur.de>2015-12-14 23:41:32 +0000
commit5bbc0e1888c655fbfdde1944edfd016170368362 (patch)
tree2b3db16196a095f21063463769a733c0f7e9d2da
parentd4937b4c7dd140ecbb2f1c2c967f2a70ed868a7b (diff)
downloadbcm5719-llvm-5bbc0e1888c655fbfdde1944edfd016170368362.tar.gz
bcm5719-llvm-5bbc0e1888c655fbfdde1944edfd016170368362.zip
Fix typos; NFC
llvm-svn: 255580
-rw-r--r--polly/include/polly/ScopInfo.h4
-rw-r--r--polly/lib/CodeGen/BlockGenerators.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/polly/include/polly/ScopInfo.h b/polly/include/polly/ScopInfo.h
index 3326b1fb887..caf5247cf10 100644
--- a/polly/include/polly/ScopInfo.h
+++ b/polly/include/polly/ScopInfo.h
@@ -161,7 +161,7 @@ public:
/// |
/// ___________________________________
/// |DefBB: |
- /// | store %float %V, float* %V.sa2 |
+ /// | store %float %V, float* %V.s2a |
/// -----------------------------------
/// | |
/// ____________________________________ ___________________________________
@@ -494,7 +494,7 @@ private:
///
/// For memory accesses of kind MK_Value the access instruction of a load
/// access is the instruction that uses the load. The access instruction of
- /// a write access is the intruction that defines the llvm::Value.
+ /// a write access is the instruction that defines the llvm::Value.
Instruction *AccessInstruction;
/// @brief The value associated with this memory access.
diff --git a/polly/lib/CodeGen/BlockGenerators.cpp b/polly/lib/CodeGen/BlockGenerators.cpp
index 260ad6ee9c6..17305da9b59 100644
--- a/polly/lib/CodeGen/BlockGenerators.cpp
+++ b/polly/lib/CodeGen/BlockGenerators.cpp
@@ -92,7 +92,7 @@ Value *BlockGenerator::trySynthesizeNewValue(ScopStmt &Stmt, Value *Old,
Value *BlockGenerator::getNewValue(ScopStmt &Stmt, Value *Old, ValueMapT &BBMap,
LoopToScevMapT &LTS, Loop *L) const {
// Constants that do not reference any named value can always remain
- // unchanged. Handle them early to avoid expensive map loopups. We do not take
+ // unchanged. Handle them early to avoid expensive map lookups. We do not take
// the fast-path for external constants which are referenced through globals
// as these may need to be rewritten when distributing code accross different
// LLVM modules.
OpenPOWER on IntegriCloud