Correct a typo in a comment

llvm-svn: 227569
This commit is contained in:
Tobias Grosser 2015-01-30 12:33:43 +00:00
parent 8f6603a2dc
commit c897af3ffc
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ typedef std::vector<ValueMapT> VectorValueMapT;
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.