Revert the 32bit part of r245084; mingw values were correct before it.

llvm-svn: 245618
This commit is contained in:
Yaron Keren 2015-08-20 21:36:14 +00:00
parent daaed0e19f
commit 4da1a3754a
1 changed files with 1 additions and 5 deletions

View File

@ -3784,11 +3784,7 @@ namespace {
class MinGWX86_32TargetInfo : public WindowsX86_32TargetInfo {
public:
MinGWX86_32TargetInfo(const llvm::Triple &Triple)
: WindowsX86_32TargetInfo(Triple) {
LongDoubleWidth = 96;
LongDoubleAlign = 128;
LongDoubleFormat = &llvm::APFloat::x87DoubleExtended;
}
: WindowsX86_32TargetInfo(Triple) {}
void getTargetDefines(const LangOptions &Opts,
MacroBuilder &Builder) const override {
WindowsX86_32TargetInfo::getTargetDefines(Opts, Builder);