Eliminate special case handling for CPR's
authorChris Lattner <sabre@nondot.org>
Sun, 18 Jan 2004 21:03:06 +0000 (21:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 18 Jan 2004 21:03:06 +0000 (21:03 +0000)
commit2ff95b6b4e9bcc0167a32f0ed09120298b5a3713
tree2448a4564e2904280386063ab8edec38a6974431
parent655c8d6f6ae0f58d8af6813827bb06594b36a0af
Eliminate special case handling for CPR's
Fix some problem cases where I was building the slot calculator in bytecode
writer mode instead of asmwriter mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10911 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/AsmWriter.cpp