Files
llvm-6502/include/llvm
Pete Cooper c653b44276 Add const to a bunch of Type* in DataLayout. NFC.
Almost all methods in DataLayout took mutable pointers but didn't need to.
These were only accessing constant methods of the types, or using the Type*
to key a map.  Neither of these needs a mutable pointer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243135 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-24 18:29:09 +00:00
..
2015-07-23 07:17:53 +00:00
2015-07-22 20:46:11 +00:00
2015-07-22 20:46:11 +00:00
2015-06-21 06:31:56 +00:00
2015-07-22 20:46:11 +00:00
2015-07-23 13:42:16 +00:00