diff options
-rw-r--r-- | llvm/include/llvm/MC/MCCodeView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/MC/MCCodeView.h b/llvm/include/llvm/MC/MCCodeView.h index d89e53bbf11..8ecdd055d12 100644 --- a/llvm/include/llvm/MC/MCCodeView.h +++ b/llvm/include/llvm/MC/MCCodeView.h @@ -174,7 +174,7 @@ private: /// The offset of the first and last .cv_loc directive for a given function /// id. - std::map<int, std::pair<size_t, size_t>> MCCVLineStartStop; + std::map<unsigned, std::pair<size_t, size_t>> MCCVLineStartStop; /// A collection of MCCVLineEntry for each section. std::vector<MCCVLineEntry> MCCVLines; |