NFC: fix copy / paste comment

llvm-svn: 267039
This commit is contained in:
JF Bastien 2016-04-21 19:53:39 +00:00
parent adf02ae540
commit c22d29982b
1 changed files with 2 additions and 2 deletions

View File

@ -948,8 +948,8 @@ static bool combineStoreToValueType(InstCombiner &IC, StoreInst &SI) {
return true;
}
// FIXME: We should also canonicalize loads of vectors when their elements are
// cast to other types.
// FIXME: We should also canonicalize stores of vectors when their elements
// are cast to other types.
return false;
}