Skip to content
Snippets Groups Projects
Commit d7e603c1 authored by kotsifa2's avatar kotsifa2
Browse files

Added #ifndef ... #endif in BuildDG.h

parent d9b690ce
No related branches found
No related tags found
No related merge requests found
#ifndef __BUILD_DFG_H__
#define __BUILD_DFG_H__
//== BuildDFG.h - Header file for "Hierarchical Dataflow Graph Builder Pass" =// //== BuildDFG.h - Header file for "Hierarchical Dataflow Graph Builder Pass" =//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
...@@ -75,3 +78,5 @@ public: ...@@ -75,3 +78,5 @@ public:
} // End of namespace } // End of namespace
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment