Skip to content

Commit 3289569

Browse files
committed
Remove "using namespace llvm::VPlanPatternMatch;"
1 parent e07dc01 commit 3289569

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

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

0 commit comments

Comments
 (0)