ruby: remove typedef of Index as int64
authorNilay Vaish <nilay@cs.wisc.edu>
Mon, 1 Sep 2014 21:55:50 +0000 (16:55 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Mon, 1 Sep 2014 21:55:50 +0000 (16:55 -0500)
commit2cbe7c705be1cce44c5581fa58569cd95cc0f62d
treedf30549e0d7683b0f4c58039cd9c6247b54f7033
parent4ccdf8fb81ff670f111428c31b9741c926d87d20
ruby: remove typedef of Index as int64
The Index type defined as typedef int64 does not really provide any help
since in most places we use primitive types instead of Index.  Also, the name
Index is very generic that it does not merit being used as a typename.
src/mem/ruby/common/Address.cc
src/mem/ruby/common/Address.hh
src/mem/ruby/common/TypeDefines.hh
src/mem/ruby/structures/AbstractReplacementPolicy.hh
src/mem/ruby/structures/BankedArray.cc
src/mem/ruby/structures/BankedArray.hh
src/mem/ruby/structures/CacheMemory.cc
src/mem/ruby/structures/CacheMemory.hh
src/mem/ruby/structures/DirectoryMemory.cc
src/mem/ruby/structures/LRUPolicy.hh
src/mem/ruby/structures/PseudoLRUPolicy.hh