summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/FastISelEmitter.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-01-07 19:42:13 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-01-07 19:42:13 +0000
commit6898db6269c2d0dd271a3d51c5858bde397bdaa8 (patch)
tree36e1b066feecaf6396b496a90b6418e1b5728a06 /llvm/utils/TableGen/FastISelEmitter.cpp
parent4fde7a80074e8b3e5a73e75f43b741c21a4375f8 (diff)
downloadbcm5719-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/utils/TableGen/FastISelEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/FastISelEmitter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/FastISelEmitter.cpp b/llvm/utils/TableGen/FastISelEmitter.cpp
index 346723378f2..e8dad77302c 100644
--- a/llvm/utils/TableGen/FastISelEmitter.cpp
+++ b/llvm/utils/TableGen/FastISelEmitter.cpp
@@ -21,7 +21,6 @@
#include "llvm/TableGen/Error.h"
#include "llvm/TableGen/Record.h"
#include "llvm/ADT/SmallString.h"
-#include "llvm/ADT/VectorExtras.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
using namespace llvm;
OpenPOWER on IntegriCloud