summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/SlotCalculator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/VMCore/SlotCalculator.cpp')
-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