commit | 7625b981c5dd8d22e8b6d3e6383b7d7ce569cfb6 | [log] [tgz] |
---|---|---|
author | Diego Caballero <diego.caballero@intel.com> | Mon May 21 22:12:38 2018 +0000 |
committer | Diego Caballero <diego.caballero@intel.com> | Mon May 21 22:12:38 2018 +0000 |
tree | e6d037560c52062fbc4c3698f605c5d41df64755 | |
parent | 8cc89d08e580fba1da88efb06772a754e16aa9ad [diff] |
Fix warning from r332654 with LLVM_ATTRIBUTE_USED r332654 tried to fix an unused function warning with a void cast. This approach worked for clang and gcc but not for MSVC. This commit replaces the void cast with the LLVM_ATTRIBUTE_USED approach. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332910 91177308-0d34-0410-b5e6-96231b3b80d8