Skip to content

Commit b252f89

Browse files
committed
Remove "using namespace llvm::VPlanPatternMatch;"
1 parent de3a9dc commit b252f89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,6 @@ InstructionCost VPWidenCastRecipe::computeCost(ElementCount VF,
22562256
return TTI::CastContextHint::Normal;
22572257
};
22582258

2259-
using namespace llvm::VPlanPatternMatch;
22602259
VPValue *Operand = getOperand(0);
22612260
TTI::CastContextHint CCH = TTI::CastContextHint::None;
22622261
// For Trunc/FPTrunc, get the context from the only user.

0 commit comments

Comments
 (0)