Mark getRawBits const.

Patch by Tyler Nowicki.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175218 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Preston Gurd 2013-02-14 22:49:29 +00:00
parent 97a241b173
commit e2e00dffdf

View File

@ -827,7 +827,7 @@ namespace llvm {
/// types are returned as Other, otherwise they are invalid.
static EVT getEVT(Type *Ty, bool HandleUnknown = false);
intptr_t getRawBits() {
intptr_t getRawBits() const {
if (isSimple())
return V.SimpleTy;
else