summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Instructions.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-18 16:10:48 +0000
committerChris Lattner <sabre@nondot.org>2007-10-18 16:10:48 +0000
commit9b6ec77647ca49b0177d5305af2292c90bb6f482 (patch)
tree4e0923288dbef1c9eef6e8294aa078879dd33672 /llvm/lib/VMCore/Instructions.cpp
parentb12dce4bcee97f41078795a79d8e65bcc6018e84 (diff)
downloadbcm5719-llvm-9b6ec77647ca49b0177d5305af2292c90bb6f482.tar.gz
bcm5719-llvm-9b6ec77647ca49b0177d5305af2292c90bb6f482.zip
fix typo
llvm-svn: 43129
Diffstat (limited to 'llvm/lib/VMCore/Instructions.cpp')
-rw-r--r--llvm/lib/VMCore/Instructions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Instructions.cpp b/llvm/lib/VMCore/Instructions.cpp
index 369e98afe37..ed553e94ce8 100644
--- a/llvm/lib/VMCore/Instructions.cpp
+++ b/llvm/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! Ue other ctor");
+ "Passed basic block into allocation size parameter! Use other ctor");
assert(Amt->getType() == Type::Int32Ty &&
"Malloc/Allocation array size is not a 32-bit integer!");
}
OpenPOWER on IntegriCloud