mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Add const.
llvm-svn: 147054
This commit is contained in:
parent
318dc6e7f4
commit
2334fc676a
@ -31,7 +31,7 @@ public:
|
||||
Triple::OSType getOSType() { return OSType; }
|
||||
uint16_t getEMachine() { return EMachine; }
|
||||
bool hasRelocationAddend() { return HasRelocationAddend; }
|
||||
bool is64Bit() { return Is64Bit; }
|
||||
bool is64Bit() const { return Is64Bit; }
|
||||
/// @}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user