diff --git a/hpvm/include/GenHPVM/GenHPVM.h b/hpvm/include/GenHPVM/GenHPVM.h index 24798bc2740e2299f67cc7f515437339f2fe8310..78afb325e7a37efeae1a57d2aaa59951783e9da8 100644 --- a/hpvm/include/GenHPVM/GenHPVM.h +++ b/hpvm/include/GenHPVM/GenHPVM.h @@ -1,4 +1,4 @@ -//== GenHPVM.h - Header file for "LLVM IR to HPVM IR Pass" =// +//==------- GenHPVM.h - Header file for "LLVM IR to HPVM IR Pass" ----------==// // // The LLVM Compiler Infrastructure // @@ -6,6 +6,13 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// This file defines the GenHPVM pass responsible for converting HPVM-C to +// HPVM intrinsics. Note that this pass relies on memory-to-register optimiza- +// tion pass to execute before this executes. +// +//===----------------------------------------------------------------------===// + #include "SupportHPVM/HPVMTimer.h" #include "llvm/IR/DerivedTypes.h"