OSDN Git Service

fix inaccurate comment; NFC
authorSanjay Patel <spatel@rotateright.com>
Sun, 21 Feb 2016 17:33:31 +0000 (17:33 +0000)
committerSanjay Patel <spatel@rotateright.com>
Sun, 21 Feb 2016 17:33:31 +0000 (17:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261484 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineCalls.cpp

index eaa1df7..249553a 100644 (file)
@@ -61,8 +61,7 @@ static Type *reduceToSingleValueType(Type *T) {
 }
 
 /// Return a constant boolean vector that has true elements in all positions
-/// where the input constant integer vector has an element with the sign bit
-/// set.
+/// where the input constant data vector has an element with the sign bit set.
 static Constant *getNegativeIsTrueBoolVec(ConstantDataVector *V) {
   SmallVector<Constant *, 32> BoolVec;
   IntegerType *BoolTy = Type::getInt1Ty(V->getContext());