| Index: lib/Transforms/NaCl/ExpandShuffleVector.cpp
|
| diff --git a/lib/Transforms/NaCl/ExpandShuffleVector.cpp b/lib/Transforms/NaCl/ExpandShuffleVector.cpp
|
| index d7d8844605aa11368964330b7acd4cd79ac5f75c..ae698e2537d61b9e8cce1a645a8c93074de5fe74 100644
|
| --- a/lib/Transforms/NaCl/ExpandShuffleVector.cpp
|
| +++ b/lib/Transforms/NaCl/ExpandShuffleVector.cpp
|
| @@ -8,8 +8,8 @@
|
| //===----------------------------------------------------------------------===//
|
| //
|
| // Replace all shufflevector instructions by insertelement /
|
| -// extractelement. InstCombine should be able to reconstruct the
|
| -// shufflevector,
|
| +// extractelement. CombineVectorInstructions is able to reconstruct the
|
| +// shufflevector.
|
| //
|
| //===----------------------------------------------------------------------===//
|
|
|
|
|