Add a missing semicolon.

llvm-svn: 274794
This commit is contained in:
Rui Ueyama 2016-07-07 20:21:50 +00:00
parent 52a1dd76cb
commit a7e11a5d34
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ bool Vectorizer::isVectorizable(ArrayRef<Value *> Chain,
" Aliasing instruction and pointer:\n"
<< *V << " aliases " << *Ptr0 << '\n'
<< " Aliased instruction and pointer:\n"
<< *VV << " aliases " << *Ptr1 << '\n'
<< *VV << " aliases " << *Ptr1 << '\n';
});
return false;