aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-20 04:23:20 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-20 04:23:20 +0000
commit5f4fb86d5853a433815501739584624d296b57a3 (patch)
treeb5d111774067e383d6d0ade3160d3ee028852460 /lib/CodeGen/LiveIntervalAnalysis.cpp
parent81b16a3558514481c61e7c68d19f84d7a69352cb (diff)
downloadexternal_llvm-5f4fb86d5853a433815501739584624d296b57a3.zip
external_llvm-5f4fb86d5853a433815501739584624d296b57a3.tar.gz
external_llvm-5f4fb86d5853a433815501739584624d296b57a3.tar.bz2
Trim unnecessary includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84597 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r--lib/CodeGen/LiveIntervalAnalysis.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp
index 51d6bb1..79f46f3 100644
--- a/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -28,7 +28,6 @@
#include "llvm/CodeGen/MachineMemOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
-#include "llvm/CodeGen/PseudoSourceValue.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"