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:
Chris Lattner 2002-10-28 23:53:32 +00:00
parent c01ff9c1f9
commit 534124d0e3

View File

@ -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