From: Devang Patel Date: Mon, 10 Aug 2009 22:20:38 +0000 (+0000) Subject: Align comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1490d0f20998938edba743416c526df531fca17e;p=oota-llvm.git Align comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78605 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Module.h b/include/llvm/Module.h index f8165612546..709b122998c 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -132,7 +132,7 @@ public: /// @name Member Variables /// @{ private: - LLVMContext& Context; ///< The LLVMContext from which types and + LLVMContext& Context; ///< The LLVMContext from which types and ///< constants are allocated. GlobalListType GlobalList; ///< The Global Variables in the module FunctionListType FunctionList; ///< The Functions in the module