From 0ab1f7bca0ddec334494f4f6579e683d700bbf5d Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Tue, 28 Jan 2020 08:05:14 -0600 Subject: [PATCH] Added description for header DFG2LLVM.h --- hpvm/include/SupportHPVM/DFG2LLVM.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hpvm/include/SupportHPVM/DFG2LLVM.h b/hpvm/include/SupportHPVM/DFG2LLVM.h index 07147c6d90..47bd242520 100644 --- a/hpvm/include/SupportHPVM/DFG2LLVM.h +++ b/hpvm/include/SupportHPVM/DFG2LLVM.h @@ -9,6 +9,11 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// This defines different classes for traversing Dataflow Graph for code +// generation for different nodes for different targets. +// +//===----------------------------------------------------------------------===// #include "BuildDFG/BuildDFG.h" #include "SupportHPVM/HPVMHint.h" -- GitLab