initialize member vars

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-27 22:38:36 +00:00
parent 104988a16a
commit 184cc4ac60
2 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,11 @@
using namespace llvm;
SparcV8Subtarget::SparcV8Subtarget(const Module &M, const std::string &FS) {
// Set the default features.
IsV9 = false;
V8DeprecatedInsts = false;
IsVIS = false;
// Determine default and user specified characteristics
std::string CPU = "generic";

View File

@ -16,6 +16,11 @@
using namespace llvm;
SparcV8Subtarget::SparcV8Subtarget(const Module &M, const std::string &FS) {
// Set the default features.
IsV9 = false;
V8DeprecatedInsts = false;
IsVIS = false;
// Determine default and user specified characteristics
std::string CPU = "generic";