diff options
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp index eaa1df71af3..249553aed27 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp @@ -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()); |