When emitting bytecode, handle strings specially. Do not add the characters
authorChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 23:34:39 +0000 (23:34 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Jan 2004 23:34:39 +0000 (23:34 +0000)
commitdcea63026ff5e8baf73edb26cc11e34e2a627dce
tree6421e68dafb880a6d7c4af5331386b81c0a4588a
parent4e8683664d68051b8e8cb679435f3736a17de525
When emitting bytecode, handle strings specially.  Do not add the characters
that make up the strings to the slotcalculator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10862 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/SlotCalculator.cpp
lib/VMCore/SlotCalculator.cpp