* Add support for different "PassType's"
[oota-llvm.git] / lib / Analysis / DataStructure / DataStructure.cpp
index befbd55040c300ddcfcf8ce0fe443077497660c9..f573a0be1a639e05d30caf1d6aee9b81b34d47c5 100644 (file)
@@ -15,6 +15,8 @@
 
 using std::vector;
 
+static RegisterAnalysis<LocalDataStructures>
+X("datastructure", "Local Data Structure Analysis");
 AnalysisID LocalDataStructures::ID(AnalysisID::create<LocalDataStructures>());
 
 //===----------------------------------------------------------------------===//