Skip to content

Commit 67efeb8

Browse files
committed
[clang] remove redundant comment
Signed-off-by: Shreeyash Pandey <[email protected]>
1 parent 4279205 commit 67efeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ExprConstant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12248,7 +12248,7 @@ bool VectorExprEvaluator::VisitCallExpr(const CallExpr *E) {
1224812248

1224912249
QualType DestEltTy = E->getType()->castAs<VectorType>()->getElementType();
1225012250
const llvm::fltSemantics &Semantics =
12251-
Info.Ctx.getFloatTypeSemantics(DestEltTy); // Retrieve correct semantics
12251+
Info.Ctx.getFloatTypeSemantics(DestEltTy);
1225212252
unsigned SourceLen = Source.getVectorLength();
1225312253
SmallVector<APValue, 4> ResultElements;
1225412254
ResultElements.reserve(SourceLen);

0 commit comments

Comments
 (0)