CodeGen: Remove unused declaration

llvm-svn: 153954
This commit is contained in:
Tobias Grosser 2012-04-03 12:37:14 +00:00
parent 0905a23806
commit 8239a4cadf
1 changed files with 0 additions and 2 deletions

View File

@ -88,8 +88,6 @@ typedef DenseMap<const Value*, Value*> ValueMapT;
typedef DenseMap<const char*, Value*> CharMapT;
typedef std::vector<ValueMapT> VectorValueMapT;
class IslGenerator;
class IslGenerator {
public:
IslGenerator(IRBuilder<> &Builder, std::vector<Value *> &IVS) :