[LCG] Add support for building persistent and connected SCCs to the
[oota-llvm.git] / lib / Analysis / TypeBasedAliasAnalysis.cpp
index 620d1799a5499e877c807cd97fd413a1b1ad8eeb..6738720db954da697a727400817934c573c173cc 100644 (file)
@@ -182,7 +182,6 @@ namespace {
     const MDNode *Node;
 
   public:
-    TBAAStructTagNode() : Node(nullptr) {}
     explicit TBAAStructTagNode(const MDNode *N) : Node(N) {}
 
     /// Get the MDNode for this TBAAStructTagNode.