Skip to content

Commit

Permalink
Revert the 64bit part of r245084; long double values were not change…
Browse files Browse the repository at this point in the history
…d by

 it as they are already set correctly by X86_64TargetInfo and X86TargetInfo.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245620 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
yrnkrn committed Aug 20, 2015
1 parent ba9bf87 commit 8ef8ec7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Basic/Targets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4014,10 +4014,7 @@ class MicrosoftX86_64TargetInfo : public WindowsX86_64TargetInfo {
class MinGWX86_64TargetInfo : public WindowsX86_64TargetInfo {
public:
MinGWX86_64TargetInfo(const llvm::Triple &Triple)
: WindowsX86_64TargetInfo(Triple) {
LongDoubleWidth = LongDoubleAlign = 128;
LongDoubleFormat = &llvm::APFloat::x87DoubleExtended;
}
: WindowsX86_64TargetInfo(Triple) {}
void getTargetDefines(const LangOptions &Opts,
MacroBuilder &Builder) const override {
WindowsX86_64TargetInfo::getTargetDefines(Opts, Builder);
Expand Down

0 comments on commit 8ef8ec7

Please sign in to comment.