[polly] r243829 - Fix typo

Tobias Grosser tobias at grosser.es
Fri Jul 31 23:26:51 PDT 2015


Author: grosser
Date: Sat Aug  1 01:26:51 2015
New Revision: 243829

URL: http://llvm.org/viewvc/llvm-project?rev=243829&view=rev
Log:
Fix typo

Modified:
    polly/trunk/lib/CodeGen/BlockGenerators.cpp

Modified: polly/trunk/lib/CodeGen/BlockGenerators.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/BlockGenerators.cpp?rev=243829&r1=243828&r2=243829&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/BlockGenerators.cpp (original)
+++ polly/trunk/lib/CodeGen/BlockGenerators.cpp Sat Aug  1 01:26:51 2015
@@ -974,7 +974,7 @@ BasicBlock *RegionGenerator::repairDomin
 void RegionGenerator::copyStmt(ScopStmt &Stmt, ValueMapT &GlobalMap,
                                LoopToScevMapT &LTS) {
   assert(Stmt.isRegionStmt() &&
-         "Only region statements can be copied by the block generator");
+         "Only region statements can be copied by the region generator");
 
   // Forget all old mappings.
   BlockMap.clear();





More information about the llvm-commits mailing list