mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-04 04:19:25 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196434 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -68,7 +68,7 @@ namespace {
|
|||||||
return InstTypePair(dep.getInst(), Def);
|
return InstTypePair(dep.getInst(), Def);
|
||||||
if (dep.isNonFuncLocal())
|
if (dep.isNonFuncLocal())
|
||||||
return InstTypePair(dep.getInst(), NonFuncLocal);
|
return InstTypePair(dep.getInst(), NonFuncLocal);
|
||||||
assert(dep.isUnknown() && "unexptected dependence type");
|
assert(dep.isUnknown() && "unexpected dependence type");
|
||||||
return InstTypePair(dep.getInst(), Unknown);
|
return InstTypePair(dep.getInst(), Unknown);
|
||||||
}
|
}
|
||||||
static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
|
static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
|
||||||
|
Reference in New Issue
Block a user