summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2016-04-21 19:53:39 +0000
committerJF Bastien <jfb@google.com>2016-04-21 19:53:39 +0000
commitc22d29982b23e338c208adcb0ab464f004d7f00a (patch)
treed9b7ed3a9645fef661650ab3bfcb04cb6661e211 /llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
parentadf02ae5407ef9d3cb61925e9a137e3c6f2f59c0 (diff)
downloadbcm5719-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.cpp4
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;
}
OpenPOWER on IntegriCloud