mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Inline some code from the cpp file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c01ff9c1f9
commit
534124d0e3
@ -1,4 +1,4 @@
|
||||
//===-- llvm/Target/MachineCacheInfo.h ---------------------------*- C++ -*-==//
|
||||
//===-- llvm/Target/MachineCacheInfo.h --------------------------*- C++ -*-===//
|
||||
//
|
||||
// Describes properties of the target cache architecture.
|
||||
//
|
||||
@ -19,7 +19,9 @@ protected:
|
||||
std::vector<unsigned short> cacheAssoc;
|
||||
|
||||
public:
|
||||
MachineCacheInfo(const TargetMachine& tgt);
|
||||
MachineCacheInfo(const TargetMachine& tgt) : target(tgt) {
|
||||
Initialize();
|
||||
}
|
||||
|
||||
// Default parameters are:
|
||||
// NumLevels = 2
|
||||
|
Loading…
Reference in New Issue
Block a user