mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 06:04:47 +00:00
Mark getRawBits const.
Patch by Tyler Nowicki. llvm-svn: 175218
This commit is contained in:
parent
29b84d5692
commit
d2b7797529
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user