mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Added class UltraSparcCacheInfo.
llvm-svn: 1225
This commit is contained in:
parent
1b7faa892c
commit
8766f0ad37
@ -249,7 +249,8 @@ UltraSparc::UltraSparc()
|
||||
instrInfo(*this),
|
||||
schedInfo(*this),
|
||||
regInfo(*this),
|
||||
frameInfo(*this)
|
||||
frameInfo(*this),
|
||||
cacheInfo(*this)
|
||||
{
|
||||
optSizeForSubWordData = 4;
|
||||
minMemOpWordSize = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user