diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-15 03:39:18 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-15 03:39:18 +0000 |
commit | 09575bac2e45bd4d0482d19db619e8d251a4389b (patch) | |
tree | c663b88733121d07ace82b721615431f7ef91c80 /llvm/lib/VMCore/ConstantFolding.cpp | |
parent | d4a0b7bb7b14fb94d0f3f0dfd8697fa4c82cff53 (diff) | |
download | bcm5719-llvm-09575bac2e45bd4d0482d19db619e8d251a4389b.tar.gz bcm5719-llvm-09575bac2e45bd4d0482d19db619e8d251a4389b.zip |
For PR1195:
Change use of "packed" term to "vector" in comments, strings, variable
names, etc.
llvm-svn: 34300
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) { |