use memcpy instead of dubious union to type pun two values,
authorChris Lattner <sabre@nondot.org>
Wed, 13 Feb 2013 04:53:40 +0000 (04:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Feb 2013 04:53:40 +0000 (04:53 +0000)
commit519e1475d64d80f4632296318b3a5240d4f70a72
tree8ed181e540e3f98816c80ec4a32e748a1144610a
parentb3cecdfcf9a0b736d3c0f6f5abffb41ecda3577c
use memcpy instead of dubious union to type pun two values,
thanks to David Blaike for pointing this out.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175032 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitstreamReader.h