Skip to content

Commit

Permalink
[DFAJumpThreading] Remove unnecessary includes (NFC)
Browse files Browse the repository at this point in the history
This file uses neither unordered_map nor unordered_set.
  • Loading branch information
nikic committed Aug 2, 2021
1 parent e97524c commit 84602f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
Expand Up @@ -84,8 +84,6 @@
#include "llvm/Transforms/Utils/ValueMapper.h"
#include <algorithm>
#include <deque>
#include <unordered_map>
#include <unordered_set>

using namespace llvm;

Expand Down

0 comments on commit 84602f9

Please sign in to comment.