diff options
author | Warren Ristow <warren_ristow@playstation.sony.com> | 2019-12-19 11:40:50 -0800 |
---|---|---|
committer | Warren Ristow <warren_ristow@playstation.sony.com> | 2019-12-19 11:42:11 -0800 |
commit | 7fcd9e3f70830a9c4bf631a602c2764180b5c3a8 (patch) | |
tree | 9108dfc4be3511a561326c44e0c97444a2a385bc /llvm/lib/CodeGen/StackMaps.cpp | |
parent | e6e23a24beece5624068ff502fc74a466eedf038 (diff) | |
download | llvm-7fcd9e3f70830a9c4bf631a602c2764180b5c3a8.zip llvm-7fcd9e3f70830a9c4bf631a602c2764180b5c3a8.tar.gz llvm-7fcd9e3f70830a9c4bf631a602c2764180b5c3a8.tar.bz2 |
[X86] Mark various pointer arguments in builtins as const
Enabling `-Wcast-qual` identified many casts in various system headers
that were dropping the `const` qualifier. Fixing those missing
qualifiers pointed out that a few of the definitions of the builtins
did not properly identify their arguments as `const` pointers. This
commit fixes those builtin definitions, and the system header files
so that they no longer drop the qualifier.
Differential Revision: https://reviews.llvm.org/D71718
Diffstat (limited to 'llvm/lib/CodeGen/StackMaps.cpp')
0 files changed, 0 insertions, 0 deletions