aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/StackMaps.cpp
diff options
context:
space:
mode:
authorWarren Ristow <warren_ristow@playstation.sony.com>2019-12-19 11:40:50 -0800
committerWarren Ristow <warren_ristow@playstation.sony.com>2019-12-19 11:42:11 -0800
commit7fcd9e3f70830a9c4bf631a602c2764180b5c3a8 (patch)
tree9108dfc4be3511a561326c44e0c97444a2a385bc /llvm/lib/CodeGen/StackMaps.cpp
parente6e23a24beece5624068ff502fc74a466eedf038 (diff)
downloadllvm-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