diff options
author | Jay Foad <jay.foad@gmail.com> | 2011-11-15 07:24:32 +0000 |
---|---|---|
committer | Jay Foad <jay.foad@gmail.com> | 2011-11-15 07:24:32 +0000 |
commit | 0745e645e04c38c749d9336906f5bb0aa419f7a8 (patch) | |
tree | 9b01680e9ba31ab937676aeca76130069f7c213d /llvm/lib/Target/ARM/ARMFastISel.cpp | |
parent | 4949b9a28328a2936a62b26f0a1106ffb562c256 (diff) | |
download | bcm5719-llvm-0745e645e04c38c749d9336906f5bb0aa419f7a8.tar.gz bcm5719-llvm-0745e645e04c38c749d9336906f5bb0aa419f7a8.zip |
Remove some unnecessary includes of PseudoSourceValue.h.
llvm-svn: 144631
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFastISel.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMFastISel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index 4df084f34bd..cc6a3d4c4d5 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/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" |