summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-07-07 08:36:05 +0000
committerChris Lattner <sabre@nondot.org>2001-07-07 08:36:05 +0000
commit32503d5637e4d0cd0bcee19c64b3583baae6485d (patch)
tree63df449dad32f6cf3ec0056fff1249e3a5c66890 /llvm
parent54292f3557f246e9088e25a95f4ed096e5a4957b (diff)
downloadbcm5719-llvm-32503d5637e4d0cd0bcee19c64b3583baae6485d.tar.gz
bcm5719-llvm-32503d5637e4d0cd0bcee19c64b3583baae6485d.zip
Fixed some error messages to be nicer
llvm-svn: 147
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/VMCore/SlotCalculator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/VMCore/SlotCalculator.cpp b/llvm/lib/VMCore/SlotCalculator.cpp
index f7eada14183..d96f829cb4f 100644
--- a/llvm/lib/VMCore/SlotCalculator.cpp
+++ b/llvm/lib/VMCore/SlotCalculator.cpp
@@ -159,8 +159,8 @@ void SlotCalculator::insertVal(const Value *D) {
// example, if you say 'malloc uint', this defines a type 'uint*' that
// may be undefined at this point.
//
- cerr << "SHOULDNT HAPPEN Adding Type ba: " << Typ->getName() << endl;
- assert(0 && "SHouldn't this be taken care of by processType!?!?!");
+ cerr << "SHOULDN'T HAPPEN Adding Type ba: " << Typ->getName() << endl;
+ assert(0 && "Shouldn't this be taken care of by processType!?!?!");
// Nope... add this to the Type plane now!
insertVal(Typ);
OpenPOWER on IntegriCloud