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)
commitcee60be640bb567a18a58f33c5a279f202fa6631
treed23d02fddd90354c6a4270b54ca3aad3ecff1488
parent0c1c55345d73185e62ee23a37537ea9a3daac7b2
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.

llvm-svn: 240307
llvm/lib/CodeGen/FaultMaps.cpp