projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81a14a8
)
Fix typo.
author
Eric Christopher
<echristo@gmail.com>
Wed, 4 Dec 2013 23:55:09 +0000
(23:55 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/MemDepPrinter.cpp
b/lib/Analysis/MemDepPrinter.cpp
index d26aaf1b90486571d9c79b20c30b6814d2fe5c1b..d4f023589fc4c79da08210fb16dd3c2da6d0ff5a 100644
(file)
--- a/
lib/Analysis/MemDepPrinter.cpp
+++ b/
lib/Analysis/MemDepPrinter.cpp
@@
-68,7
+68,7
@@
namespace {
return InstTypePair(dep.getInst(), Def);
if (dep.isNonFuncLocal())
return InstTypePair(dep.getInst(), NonFuncLocal);
- assert(dep.isUnknown() && "unexp
t
ected dependence type");
+ assert(dep.isUnknown() && "unexpected dependence type");
return InstTypePair(dep.getInst(), Unknown);
}
static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {