mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
The word operands' has an
r' in it.
llvm-svn: 6250
This commit is contained in:
parent
80e11dcb30
commit
58c5ef0f4d
@ -110,7 +110,7 @@ void BBLiveVar::calcDefUseSets() {
|
||||
|
||||
// do for implicit operands as well
|
||||
for (unsigned i = 0; i < MI->getNumImplicitRefs(); ++i) {
|
||||
assert(MI->getOpCode() != V9::PHI && "Phi cannot have implicit opeands");
|
||||
assert(MI->getOpCode() != V9::PHI && "Phi cannot have implicit operands");
|
||||
const Value *Op = MI->getImplicitRef(i);
|
||||
|
||||
if (Op->getType() == Type::LabelTy) // don't process labels
|
||||
|
Loading…
x
Reference in New Issue
Block a user