Fix typo.

llvm-svn: 196434
This commit is contained in:
Eric Christopher 2013-12-04 23:55:09 +00:00
parent 6896e190cf
commit 67c0bfeae8
1 changed files with 1 additions and 1 deletions

View File

@ -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) {