diff options
Diffstat (limited to 'llvm/lib/VMCore/ConstantFolding.cpp')
-rw-r--r-- | llvm/lib/VMCore/ConstantFolding.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/ConstantFolding.cpp b/llvm/lib/VMCore/ConstantFolding.cpp index 35a0eab2a28..7cb4b7bfbe5 100644 --- a/llvm/lib/VMCore/ConstantFolding.cpp +++ b/llvm/lib/VMCore/ConstantFolding.cpp @@ -36,7 +36,7 @@ using namespace llvm; //===----------------------------------------------------------------------===// /// CastConstantVector - Convert the specified ConstantVector node to the -/// specified packed type. At this point, we know that the elements of the +/// specified vector type. At this point, we know that the elements of the /// input packed constant are all simple integer or FP values. static Constant *CastConstantVector(ConstantVector *CP, const VectorType *DstTy) { |