[GVN] Fix typo in IsValueFullyAvailableInBlock. NFC.
authorMarcello Maggioni <hayarms@gmail.com>
Wed, 15 Aug 2018 15:06:53 +0000 (15:06 +0000)
committerMarcello Maggioni <hayarms@gmail.com>
Wed, 15 Aug 2018 15:06:53 +0000 (15:06 +0000)
commite98aaf1d9169131e77e6c3aaf1ae59b4388733e2
treec0e00e4802d58c3c5c00dc0971b9ef90a630fcc3
parentd5a9c2d551a7c7a888b1fc009815cff571d97dbb
[GVN] Fix typo in IsValueFullyAvailableInBlock. NFC.

DenseMap insert() method return a pair<iterator, bool>
not pair<iterator, char>
Noticed it and thought I might just fix it ...

llvm-svn: 339777
llvm/lib/Transforms/Scalar/GVN.cpp