Remove dead code, there's no need for an override that just duplicates

the default behavior.

llvm-svn: 245251
This commit is contained in:
Eric Christopher 2015-08-17 22:22:28 +00:00
parent 1bab6e5034
commit 15c2f936de
1 changed files with 0 additions and 2 deletions

View File

@ -6816,8 +6816,6 @@ public:
this->RegParmMax = 0; // Disallow regparm
}
void getDefaultFeatures(llvm::StringMap<bool> &Features) const override {
}
void getArchDefines(const LangOptions &Opts, MacroBuilder &Builder) const {
Builder.defineMacro("__le32__");
Builder.defineMacro("__pnacl__");