diff options
author | Duncan Sands <baldrick@free.fr> | 2012-08-21 13:47:25 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2012-08-21 13:47:25 +0000 |
commit | 68256859ff14d122870de9dbe67a99c6b8fb795e (patch) | |
tree | bdb0bc1196bd2e66147bdec6faece9e48904e8c2 /llvm/lib/CodeGen/StackProtector.cpp | |
parent | f39c1a3f72ee156321c0a26be287c4e8ce717a3f (diff) | |
download | llvm-68256859ff14d122870de9dbe67a99c6b8fb795e.zip llvm-68256859ff14d122870de9dbe67a99c6b8fb795e.tar.gz llvm-68256859ff14d122870de9dbe67a99c6b8fb795e.tar.bz2 |
PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the
number of bits was bigger than 32. I checked every use of this function
that I could find and it looks like the maximum number of bits is 32, so I've
added an assertion checking this property, and a type cast to (hopefully) stop
PVS-Studio from warning about this in the future.
llvm-svn: 162277
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions