1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Fix inadvertant delete of 'has'.

llvm-svn: 170713
This commit is contained in:
Jim Grosbach 2012-12-20 18:09:48 +00:00
parent 51accf509d
commit db03224187

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;