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 | f321e1075eabae96f62b1f2570d9dee5d10b8200 (patch) | |
tree | e2e27725c12250511f37df0e3c44214ec6df8065 /utils/TableGen | |
parent | 272cc580f8eff8b893f3d71f88ac97f49ed2aa8c (diff) |
Remove VectorExtras. This unused helper was written for a type of API that is discouraged now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147738 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-rw-r--r-- | utils/TableGen/FastISelEmitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/TableGen/FastISelEmitter.cpp b/utils/TableGen/FastISelEmitter.cpp index 346723378f..e8dad77302 100644 --- a/utils/TableGen/FastISelEmitter.cpp +++ b/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; |