mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 17:32:36 +00:00
Fix inadvertant delete of 'has'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170713 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f6ece8a93
commit
0eaf5a503e
@ -471,7 +471,7 @@ public:
|
||||
return ImplicitUses;
|
||||
}
|
||||
|
||||
/// \brief Return the number of implicit uses this instruction
|
||||
/// \brief Return the number of implicit uses this instruction has.
|
||||
unsigned getNumImplicitUses() const {
|
||||
if (ImplicitUses == 0) return 0;
|
||||
unsigned i = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user