Mark getRawBits const.

Patch by Tyler Nowicki.

llvm-svn: 175218
This commit is contained in:
Preston Gurd 2013-02-14 22:49:29 +00:00
parent 29b84d5692
commit d2b7797529

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