mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c6c981d643
commit
3e7bb400bf
@ -159,9 +159,8 @@ public:
|
||||
insertEntry(Val->getName(), Val->getType(), Val);
|
||||
}
|
||||
|
||||
/// Inserts a constant or type into the symbol table with the specified
|
||||
/// name. There can be a many to one mapping between names and constants
|
||||
/// or types.
|
||||
/// Inserts a constant into the symbol table with the specified
|
||||
/// name. There can be a many to one mapping between names and constants.
|
||||
/// @brief Insert a constant or type.
|
||||
inline void insert(const std::string &Name, Value *Val) {
|
||||
assert(Val && "Can't insert null type into symbol table!");
|
||||
|
Loading…
Reference in New Issue
Block a user