[polly] r227569 - Correct a typo in a comment
Tobias Grosser
tobias at grosser.es
Fri Jan 30 04:33:43 PST 2015
Author: grosser
Date: Fri Jan 30 06:33:43 2015
New Revision: 227569
URL: http://llvm.org/viewvc/llvm-project?rev=227569&view=rev
Log:
Correct a typo in a comment
Modified:
polly/trunk/include/polly/CodeGen/BlockGenerators.h
Modified: polly/trunk/include/polly/CodeGen/BlockGenerators.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/CodeGen/BlockGenerators.h?rev=227569&r1=227568&r2=227569&view=diff
==============================================================================
--- polly/trunk/include/polly/CodeGen/BlockGenerators.h (original)
+++ polly/trunk/include/polly/CodeGen/BlockGenerators.h Fri Jan 30 06:33:43 2015
@@ -58,7 +58,8 @@ typedef std::vector<ValueMapT> VectorVal
bool canSynthesize(const llvm::Instruction *I, const llvm::LoopInfo *LI,
llvm::ScalarEvolution *SE, const llvm::Region *R);
-/// @brief Return true iff @p V is an intrisic we ignore during code generation.
+/// @brief Return true iff @p V is an intrinsic that we ignore during code
+/// generation.
bool isIgnoredIntrinsic(const llvm::Value *V);
/// @brief Generate a new basic block for a polyhedral statement.
More information about the llvm-commits
mailing list