mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
The word operands' has an
r' in it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6250 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a98cd4578f
commit
1a1046b7bc
@ -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
|
||||
|
@ -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