Constify the Type parameter to some methods (which are const anyway).
authorBill Wendling <isanbard@gmail.com>
Tue, 7 Aug 2012 00:26:35 +0000 (00:26 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 7 Aug 2012 00:26:35 +0000 (00:26 +0000)
commit121418e55191904b01eb9ec182ef62af5f38e861
tree37e9ff4d5d0b9d815624ffc31118c03215355b73
parentc42a7017864fc62bfff36c1b8b7f4cd68e198861
Constify the Type parameter to some methods (which are const anyway).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161371 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetData.h
lib/Target/TargetData.cpp