diff options
author | Vedant Kumar <vsk@apple.com> | 2017-12-06 19:21:12 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2017-12-06 19:21:12 +0000 |
commit | 94d788fa7833004b77aaf3b53ef208e23e23fc44 (patch) | |
tree | 044472879b39d20899cec81ba008bc90f33f4c78 /llvm/lib/Analysis/BasicAliasAnalysis.cpp | |
parent | eacb0929e8ae8cd194093f956b86f48e771f7b4c (diff) | |
download | llvm-94d788fa7833004b77aaf3b53ef208e23e23fc44.zip llvm-94d788fa7833004b77aaf3b53ef208e23e23fc44.tar.gz llvm-94d788fa7833004b77aaf3b53ef208e23e23fc44.tar.bz2 |
Fix const-correctness in RegisterContext methods, NFC
A few methods in RegisterContext classes accept const objects which are
cast to a non-const thread_state_t. Drop const-ness more explicitly
where we mean to do so. This fixes a slew of warnings.
Differential Revision: https://reviews.llvm.org/D40821
llvm-svn: 319939
Diffstat (limited to 'llvm/lib/Analysis/BasicAliasAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions