mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Align comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
338268c67f
commit
1490d0f209
@ -132,7 +132,7 @@ public:
|
|||||||
/// @name Member Variables
|
/// @name Member Variables
|
||||||
/// @{
|
/// @{
|
||||||
private:
|
private:
|
||||||
LLVMContext& Context; ///< The LLVMContext from which types and
|
LLVMContext& Context; ///< The LLVMContext from which types and
|
||||||
///< constants are allocated.
|
///< constants are allocated.
|
||||||
GlobalListType GlobalList; ///< The Global Variables in the module
|
GlobalListType GlobalList; ///< The Global Variables in the module
|
||||||
FunctionListType FunctionList; ///< The Functions in the module
|
FunctionListType FunctionList; ///< The Functions in the module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user