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

Added #ifndef, #define, #endif in DFG2LLVM.h

parent de5174e1
No related branches found
No related tags found
No related merge requests found
#ifndef __DFG2LLVM_H__
#define __DFG2LLVM_H__
//===---- DFG2LLVM.h - Header file for "VISC Dataflow Graph to Target" ----===// //===---- DFG2LLVM.h - Header file for "VISC Dataflow Graph to Target" ----===//
// //
...@@ -491,3 +493,5 @@ bool hasAttribute(Function* F, unsigned arg_index, Attribute::AttrKind AK) { ...@@ -491,3 +493,5 @@ bool hasAttribute(Function* F, unsigned arg_index, Attribute::AttrKind AK) {
} // 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