Do not use typeinfo to identify pass in pass manager.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGISel.cpp
index 7f710040fe5c74caa329d3c8a736e9b524dc7075..c83eb5bb3daf73ab941478206a9a066394c24e7a 100644 (file)
@@ -5011,3 +5011,5 @@ SelectInlineAsmMemoryOperands(std::vector<SDOperand> &Ops, SelectionDAG &DAG) {
   if (e != InOps.size())
     Ops.push_back(InOps.back());
 }
+
+const int SelectionDAGISel::ID = 0;