diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-04-29 18:32:06 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-04-29 18:32:06 +0000 |
commit | 0a5c2b244930984f6ad920d901dcc362032a7e85 (patch) | |
tree | fa0bdc2ba8a3625d41608cbf13e89d74899d7c37 /llvm/lib/Support/FileUtilities.cpp | |
parent | 1c4c641ebc9493ee1c01f95a159682ad813650ce (diff) | |
download | bcm5719-llvm-0a5c2b244930984f6ad920d901dcc362032a7e85.tar.gz bcm5719-llvm-0a5c2b244930984f6ad920d901dcc362032a7e85.zip |
[X86] scaleShuffleMask - avoid potential signed overflow warning.
Use size_t assignment to prevent a bad explicit type conversion warning.
Given the typical size of shuffle masks this was never going to happen, but this at least stops the warning.
Reported in https://www.viva64.com/en/b/0629/
llvm-svn: 359479
Diffstat (limited to 'llvm/lib/Support/FileUtilities.cpp')
0 files changed, 0 insertions, 0 deletions