Skip to content

Commit 6778c88

Browse files
committed
Silence a warning.
1 parent 2ecb93b commit 6778c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/SILCoverageMap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SILCoverageMap::create(SILModule &M, StringRef Filename, StringRef Name,
5858
}
5959

6060
SILCoverageMap::SILCoverageMap(uint64_t Hash, bool External)
61-
: Hash(Hash), External(External) {}
61+
: External(External), Hash(Hash) {}
6262

6363
SILCoverageMap::~SILCoverageMap() {}
6464

0 commit comments

Comments
 (0)