mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix typo.
llvm-svn: 196434
This commit is contained in:
parent
561838d222
commit
4670039c5b
@ -68,7 +68,7 @@ namespace {
|
||||
return InstTypePair(dep.getInst(), Def);
|
||||
if (dep.isNonFuncLocal())
|
||||
return InstTypePair(dep.getInst(), NonFuncLocal);
|
||||
assert(dep.isUnknown() && "unexptected dependence type");
|
||||
assert(dep.isUnknown() && "unexpected dependence type");
|
||||
return InstTypePair(dep.getInst(), Unknown);
|
||||
}
|
||||
static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user