aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430
diff options
context:
space:
mode:
authorJay Foad <jay.foad@gmail.com>2011-11-15 07:24:32 +0000
committerJay Foad <jay.foad@gmail.com>2011-11-15 07:24:32 +0000
commitd9190c0f148b218ab046deadd0c7ae475414cde5 (patch)
tree8faa152103fbbef26f18d3e9cf8e0cfa8aef9cd8 /lib/Target/MSP430
parentf805a7c25c5b28b963d001553db2afd45f9f6a36 (diff)
downloadexternal_llvm-d9190c0f148b218ab046deadd0c7ae475414cde5.zip
external_llvm-d9190c0f148b218ab046deadd0c7ae475414cde5.tar.gz
external_llvm-d9190c0f148b218ab046deadd0c7ae475414cde5.tar.bz2
Remove some unnecessary includes of PseudoSourceValue.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144631 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSP430')
-rw-r--r--lib/Target/MSP430/MSP430ISelLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/MSP430/MSP430ISelLowering.cpp b/lib/Target/MSP430/MSP430ISelLowering.cpp
index 9daeb2a..5c94137 100644
--- a/lib/Target/MSP430/MSP430ISelLowering.cpp
+++ b/lib/Target/MSP430/MSP430ISelLowering.cpp
@@ -29,7 +29,6 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/CodeGen/PseudoSourceValue.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/CodeGen/ValueTypes.h"