Do not use typeinfo to identify pass in pass manager.
llvm-svn: 36632
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user