Inline some code from the cpp file

llvm-svn: 4363
This commit is contained in:
Chris Lattner 2002-10-28 23:53:32 +00:00
parent cbe6385890
commit ab9a2a93a2
1 changed files with 4 additions and 2 deletions

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