* Clean up code to use isa & dyncast instead of poking directly into instructions
authorChris Lattner <sabre@nondot.org>
Sat, 13 Apr 2002 18:34:38 +0000 (18:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 13 Apr 2002 18:34:38 +0000 (18:34 +0000)
commit94dc1f29cd1dc669680b7d3caa1f59862a656b83
tree3c6a079b4b7932761f87374574abe981843a372f
parent30af36808263fc256ead4fc50b639420b016a58d
* Clean up code to use isa & dyncast instead of poking directly into instructions
* Do not print the allocation size for a non array allocation (this used to work,
  but was broken).

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