Fix VC++ compilation error caused by using a std::map iterator variable to receive
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 3 Feb 2006 03:48:54 +0000 (03:48 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 3 Feb 2006 03:48:54 +0000 (03:48 +0000)
commit2ba0b02e15d8ed79e0c42fd6f85ab6c142d93a8a
treead09a7ca15f45d1ef71369664acd5ed777cd9d79
parent109afed40bec552e4d37115c971e082e79eb0093
Fix VC++ compilation error caused by using a std::map iterator variable to receive
a std::multimap iterator value.  For some reason, GCC doesn't have a problem with this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25927 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/VirtRegMap.cpp