diff --git a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp index 4fa47e944892..638ae85d230b 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp @@ -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; }