mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Remove extra #includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3322 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f4e3c006ac
commit
48a4531ee4
@ -18,7 +18,6 @@
|
||||
#include "llvm/Transforms/Scalar.h"
|
||||
#include "llvm/ConstantHandling.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/BasicBlock.h"
|
||||
#include "llvm/iPHINode.h"
|
||||
#include "llvm/iMemory.h"
|
||||
#include "llvm/iTerminators.h"
|
||||
@ -29,7 +28,6 @@
|
||||
#include "Support/StatisticReporter.h"
|
||||
#include <algorithm>
|
||||
#include <set>
|
||||
#include <iostream>
|
||||
using std::cerr;
|
||||
|
||||
static Statistic<> NumInstRemoved("sccp\t\t- Number of instructions removed");
|
||||
|
Loading…
x
Reference in New Issue
Block a user