Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 3a9522f

Browse files
committed
Fixing MSVC after r206622?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206626 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 939bc92 commit 3a9522f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Analysis/BlockFrequencyInfoImpl.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ using namespace llvm;
2424
// PositiveFloat implementation.
2525
//
2626
//===----------------------------------------------------------------------===//
27+
#ifndef _MSC_VER
2728
const int PositiveFloatBase::MaxExponent;
2829
const int PositiveFloatBase::MinExponent;
30+
#endif
2931

3032
static void appendDigit(std::string &Str, unsigned D) {
3133
assert(D < 10);

0 commit comments

Comments
 (0)