diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-01-07 19:42:13 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-01-07 19:42:13 +0000 |
commit | 6898db6269c2d0dd271a3d51c5858bde397bdaa8 (patch) | |
tree | 36e1b066feecaf6396b496a90b6418e1b5728a06 /llvm/lib/Target/ARM/ARMISelLowering.cpp | |
parent | 4fde7a80074e8b3e5a73e75f43b741c21a4375f8 (diff) | |
download | bcm5719-llvm-6898db6269c2d0dd271a3d51c5858bde397bdaa8.tar.gz bcm5719-llvm-6898db6269c2d0dd271a3d51c5858bde397bdaa8.zip |
Remove VectorExtras. This unused helper was written for a type of API that is discouraged now.
llvm-svn: 147738
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp index 2482f4e27a8..9c7848397d2 100644 --- a/llvm/lib/Target/ARM/ARMISelLowering.cpp +++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp @@ -43,7 +43,6 @@ #include "llvm/CodeGen/SelectionDAG.h" #include "llvm/MC/MCSectionMachO.h" #include "llvm/Target/TargetOptions.h" -#include "llvm/ADT/VectorExtras.h" #include "llvm/ADT/StringExtras.h" #include "llvm/ADT/Statistic.h" #include "llvm/Support/CommandLine.h" |