mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[X86] Remove unnecessary include. NFC
Leftover from when the pass contained a DenseMap before it switched to binary search. llvm-svn: 336057
This commit is contained in:
parent
a21f95eb29
commit
50dc237abc
@ -25,7 +25,6 @@
|
||||
#include "X86.h"
|
||||
#include "X86InstrInfo.h"
|
||||
#include "X86Subtarget.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineFunctionPass.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user