Skip to content

Commit 696480f

Browse files
fixup! clang-format
1 parent 17c364a commit 696480f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -3411,4 +3411,3 @@ void VPEVLBasedIVPHIRecipe::print(raw_ostream &O, const Twine &Indent,
34113411
printOperands(O, SlotTracker);
34123412
}
34133413
#endif
3414-

llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include "VPlanVerifier.h"
1616
#include "VPlan.h"
1717
#include "VPlanCFG.h"
18-
#include "VPlanUtils.h"
1918
#include "VPlanDominatorTree.h"
19+
#include "VPlanUtils.h"
2020
#include "llvm/ADT/DepthFirstIterator.h"
2121
#include "llvm/ADT/SmallPtrSet.h"
2222
#include "llvm/Support/CommandLine.h"

0 commit comments

Comments
 (0)