Fix inadvertant delete of 'has'.

llvm-svn: 170713
This commit is contained in:
Jim Grosbach 2012-12-20 18:09:48 +00:00
parent b109a7b430
commit 759292c93f
1 changed files with 1 additions and 1 deletions
llvm/include/llvm/MC

View File

@ -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;