Add accessor

llvm-svn: 30080
This commit is contained in:
Chris Lattner 2006-09-04 04:08:58 +00:00
parent 2f77922d30
commit e8ce162969
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ public:
bool has3DNowA() const { return X863DNowLevel >= ThreeDNowA; }
bool isTargetDarwin() const { return TargetType == isDarwin; }
bool isTargetELF() const { return TargetType == isELF; }
};
} // End llvm namespace