Fix MSVC build.
authorSanjoy Das <sanjoy@playingwithpointers.com>
Mon, 22 Jun 2015 18:20:10 +0000 (18:20 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Mon, 22 Jun 2015 18:20:10 +0000 (18:20 +0000)
commitd5732752e84cc49d812dfc10a5df4133c5a6d14b
tree167af85d84241a277d3fbcfa6a90d0569018f993
parent21a540abc4167a522b8aee931210410d3546056f
Fix MSVC build.

I had some unnecessary `typename`s left in after addressing review.
This compiled successfully with clang++ but MSVC reported an error.  Fix
the build error by removing the redundant `typename`s.

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