diff --git a/hpvm/lib/Transforms/DFG2LLVM_OpenCL/DFG2LLVM_OpenCL.cpp b/hpvm/lib/Transforms/DFG2LLVM_OpenCL/DFG2LLVM_OpenCL.cpp
index 4567fd2acb0701958edefb064ab45b0ae06abc2d..2d9a07500f355f7fd805f74c668814d905842fed 100644
--- a/hpvm/lib/Transforms/DFG2LLVM_OpenCL/DFG2LLVM_OpenCL.cpp
+++ b/hpvm/lib/Transforms/DFG2LLVM_OpenCL/DFG2LLVM_OpenCL.cpp
@@ -6,6 +6,14 @@
 // License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+// 
+// This pass is responsible for generating code for kernel code and code for 
+// launching kernels for GPU target using HPVM dataflow graph. The kernels are
+// generated into a separate file which is the C-Backend uses to generate 
+// OpenCL kernels with.
+//
+//===----------------------------------------------------------------------===//
+
 
 #define ENABLE_ASSERTS
 #define TARGET_PTX 64