Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy
authorReid Spencer <rspencer@reidspencer.com>
Wed, 26 May 2004 21:56:09 +0000 (21:56 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 26 May 2004 21:56:09 +0000 (21:56 +0000)
commitb03de0c780a74d63f6b331eb8f615b46c4cddd7b
tree90abbb3f83b785565c575970fc786d9336fa7957
parent75719bf239dcb122f5bfa049e3103ea703e8262a
Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy
initialization so we don't scan large Modules/Functions needlessly, tighten
up restrictions on what can be put in SlotMachine (no Constants that aren't
GlobalValues).

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