TargetCacheInfo has been removed; its only uses were to propagate a constant
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 1 Mar 2004 06:43:29 +0000 (06:43 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 1 Mar 2004 06:43:29 +0000 (06:43 +0000)
commit05b15fb075307d55a61694ebcb19bbc9b13aa9f8
tree599f6e968268452e3ac0aed59870166db662a934
parent9b3cbdbedbbd56a6f4e01ad31c641ef9f01dd8b0
TargetCacheInfo has been removed; its only uses were to propagate a constant
(16) into certain areas of the SPARC V9 back-end. I'm fairly sure the US IIIi's
dcache has 32-byte lines, so I'm not sure where the 16 came from. However, in
the interest of not breaking things any more than they already are, I'm going
to leave the constant alone.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12043 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/Target/TargetCacheInfo.h [deleted file]
include/llvm/Target/TargetMachine.h
lib/CodeGen/MachineFunction.cpp
lib/Target/CBackend/CTargetMachine.h
lib/Target/Sparc/SparcTargetMachine.h
lib/Target/SparcV8/SparcV8TargetMachine.h
lib/Target/SparcV9/SparcV9AsmPrinter.cpp
lib/Target/SparcV9/SparcV9Internals.h
lib/Target/SparcV9/SparcV9TargetMachine.cpp
lib/Target/SparcV9/SparcV9TargetMachine.h
lib/Target/TargetMachine.cpp
lib/Target/X86/X86TargetMachine.h