summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMFastISel.cpp
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/ARM/ARMFastISel.cpp
parentf805a7c25c5b28b963d001553db2afd45f9f6a36 (diff)
downloadllvm-d9190c0f148b218ab046deadd0c7ae475414cde5.tar.gz
llvm-d9190c0f148b218ab046deadd0c7ae475414cde5.tar.bz2
llvm-d9190c0f148b218ab046deadd0c7ae475414cde5.tar.xz
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/ARM/ARMFastISel.cpp')
-rw-r--r--lib/Target/ARM/ARMFastISel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp
index 4df084f34b..cc6a3d4c4d 100644
--- a/lib/Target/ARM/ARMFastISel.cpp
+++ b/lib/Target/ARM/ARMFastISel.cpp
@@ -37,7 +37,6 @@
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineMemOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
-#include "llvm/CodeGen/PseudoSourceValue.h"
#include "llvm/Support/CallSite.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/ErrorHandling.h"