mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix typeos in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
518310cb0d
commit
8cf4c8cd05
@ -45,9 +45,9 @@ public:
|
||||
virtual ~GlobalValue();
|
||||
|
||||
/// If the usage is empty (except transitively dead constants), then this
|
||||
/// global value can can be safely deleted since the destructor wll
|
||||
/// global value can can be safely deleted since the destructor will
|
||||
/// delete the dead constants as well.
|
||||
/// @brief Determine if theusage of this global value is empty except
|
||||
/// @brief Determine if the usage of this global value is empty except
|
||||
/// for transitively dead constants.
|
||||
bool use_empty_except_constants();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user