diff options
author | JF Bastien <jfb@google.com> | 2016-04-21 19:53:39 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2016-04-21 19:53:39 +0000 |
commit | c22d29982b23e338c208adcb0ab464f004d7f00a (patch) | |
tree | d9b7ed3a9645fef661650ab3bfcb04cb6661e211 /llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | |
parent | adf02ae5407ef9d3cb61925e9a137e3c6f2f59c0 (diff) | |
download | bcm5719-llvm-c22d29982b23e338c208adcb0ab464f004d7f00a.tar.gz bcm5719-llvm-c22d29982b23e338c208adcb0ab464f004d7f00a.zip |
NFC: fix copy / paste comment
llvm-svn: 267039
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp index 4fa47e94489..638ae85d230 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; } |