Revert "Add const to a bunch of Type* in DataLayout. NFC."
authorPete Cooper <peter_cooper@apple.com>
Mon, 27 Jul 2015 17:15:28 +0000 (17:15 +0000)
committerPete Cooper <peter_cooper@apple.com>
Mon, 27 Jul 2015 17:15:28 +0000 (17:15 +0000)
commit0ae73930273be3a5eaa1f9d375dfd5f341fd5dc2
tree2f7f71d5785bdc6529ce00c2a971b2f2e1f20c3b
parent2e2014740377b549694abeb78881d56f7757af66
Revert "Add const to a bunch of Type* in DataLayout.  NFC."

This reverts commit r243135.

Feedback from Craig Topper and David Blaikie was that we don't put const on Type as it has no mutable state.

llvm-svn: 243283
llvm/include/llvm/IR/DataLayout.h
llvm/lib/IR/DataLayout.cpp