Do not use typeinfo to identify pass in pass manager.

llvm-svn: 36632
This commit is contained in:
Devang Patel
2007-05-01 21:15:47 +00:00
parent a612049dd8
commit 09f162ca6a
154 changed files with 687 additions and 129 deletions

View File

@@ -37,6 +37,7 @@
#include <algorithm>
using namespace llvm;
const int LiveVariables::ID = 0;
static RegisterPass<LiveVariables> X("livevars", "Live Variable Analysis");
void LiveVariables::VarInfo::dump() const {