Add const to some Type* parameters which didn't need to be mutable. NFC.
authorPete Cooper <peter_cooper@apple.com>
Fri, 24 Jul 2015 19:19:26 +0000 (19:19 +0000)
committerPete Cooper <peter_cooper@apple.com>
Fri, 24 Jul 2015 19:19:26 +0000 (19:19 +0000)
commit62eb62e6f50403e015e70584951321ff96700b6e
tree1c25ffd88b4bc30dee89afa65d5d6f1035a7f767
parent8cae9a32fc2978e6c8fab2ca2e68a8124f0bc8fd
Add const to some Type* parameters which didn't need to be mutable.  NFC.

We were only getting the size of the type which doesn't need to modify
the type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243146 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp