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:
44b38f2
)
fix typo
author
Chris Lattner
<sabre@nondot.org>
Thu, 18 Oct 2007 16:10:48 +0000
(16:10 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 18 Oct 2007 16:10:48 +0000
(16:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43129
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Instructions.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Instructions.cpp
b/lib/VMCore/Instructions.cpp
index 369e98afe3739e0694f1e02a4490e1c46d0f83b0..ed553e94ce83f3141075c3f6099b3fd735f5e659 100644
(file)
--- a/
lib/VMCore/Instructions.cpp
+++ b/
lib/VMCore/Instructions.cpp
@@
-601,7
+601,7
@@
static Value *getAISize(Value *Amt) {
Amt = ConstantInt::get(Type::Int32Ty, 1);
else {
assert(!isa<BasicBlock>(Amt) &&
- "Passed basic block into allocation size parameter!
U
e other ctor");
+ "Passed basic block into allocation size parameter!
Us
e other ctor");
assert(Amt->getType() == Type::Int32Ty &&
"Malloc/Allocation array size is not a 32-bit integer!");
}