mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
The previous implementation only read out the first element of the underlying storage array. Because of it only the first 32 (on x86) or the first 64 (on x86_64) element was displayed. Differential revision: http://reviews.llvm.org/D8585 llvm-svn: 233179