Fix typo.
authorEric Christopher <echristo@gmail.com>
Wed, 4 Dec 2013 23:55:09 +0000 (23:55 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 4 Dec 2013 23:55:09 +0000 (23:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196434 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/MemDepPrinter.cpp

index d26aaf1b90486571d9c79b20c30b6814d2fe5c1b..d4f023589fc4c79da08210fb16dd3c2da6d0ff5a 100644 (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) {