Skip to content

Commit 2a258a5

Browse files
committed
Remove "using namespace llvm::VPlanPatternMatch;"
1 parent 4aafcde commit 2a258a5

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
@@ -2271,7 +2271,6 @@ InstructionCost VPWidenCastRecipe::computeCost(ElementCount VF,
22712271
return TTI::CastContextHint::Normal;
22722272
};
22732273

2274-
using namespace llvm::VPlanPatternMatch;
22752274
VPValue *Operand = getOperand(0);
22762275
TTI::CastContextHint CCH = TTI::CastContextHint::None;
22772276
// For Trunc/FPTrunc, get the context from the only user.

0 commit comments

Comments
 (0)