diff options
Diffstat (limited to 'lib/Bytecode')
-rw-r--r-- | lib/Bytecode/Writer/SlotCalculator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bytecode/Writer/SlotCalculator.cpp b/lib/Bytecode/Writer/SlotCalculator.cpp index f7eada1418..d96f829cb4 100644 --- a/lib/Bytecode/Writer/SlotCalculator.cpp +++ b/lib/Bytecode/Writer/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); |