[all-commits] [llvm/llvm-project] a2552f: [ADT] Make Load(AP)IntFromMemory pointer argument ...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Jul 13 08:33:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a2552f76ac6ff705434adb1d277a578445721b78
https://github.com/llvm/llvm-project/commit/a2552f76ac6ff705434adb1d277a578445721b78
Author: Pavel Labath <pavel at labath.sk>
Date: 2020-07-13 (Mon, 13 Jul 2020)
Changed paths:
M llvm/include/llvm/ADT/APInt.h
M llvm/lib/Support/APInt.cpp
Log Message:
-----------
[ADT] Make Load(AP)IntFromMemory pointer argument const
The function does not modify this memory.
More information about the All-commits
mailing list