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:
a5fec0d
)
typo
author
Gabor Greif
<ggreif@gmail.com>
Tue, 17 Mar 2009 11:38:29 +0000
(11:38 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Tue, 17 Mar 2009 11:38:29 +0000
(11:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67080
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Verifier.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Verifier.cpp
b/lib/VMCore/Verifier.cpp
index 05eef5fa43f4b5297f9775a5b20f83a68c19ebf9..5af66df7c9a603836cdff7f6847621411dc74704 100644
(file)
--- a/
lib/VMCore/Verifier.cpp
+++ b/
lib/VMCore/Verifier.cpp
@@
-1222,7
+1222,7
@@
void Verifier::visitInstruction(Instruction &I) {
*UI);
Instruction *Used = cast<Instruction>(*UI);
Assert2(Used->getParent() != 0, "Instruction referencing instruction not"
- " embeded in a basic block!", &I, Used);
+ " embed
d
ed in a basic block!", &I, Used);
}
for (unsigned i = 0, e = I.getNumOperands(); i != e; ++i) {