LLVM does not distinguish Cortex-M4 from Cortex-M4F neither Cortex-R5 from R5F.
[oota-llvm.git] / include / llvm / Support / DOTGraphTraits.h
index 483f2674af7bb9db32353846140a6105898c8360..95e37c01d7d54128a2ee709f49f9dfa91a0de534 100644 (file)
@@ -79,6 +79,11 @@ public:
     return false;
   }
 
+  template<typename GraphType>
+  static std::string getNodeDescription(const void *, const GraphType &) {
+    return "";
+  }
+
   /// If you want to specify custom node attributes, this is the place to do so
   ///
   template<typename GraphType>