mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 22:15:25 +00:00
Don't use NULL as a fake keyword
llvm-svn: 164067
This commit is contained in:
parent
9400ee3c79
commit
cc6a5dbc2b
@ -208,7 +208,7 @@ public:
|
||||
unsigned getProcessorID() const { return ProcID; }
|
||||
|
||||
/// Does this machine model include instruction-level scheduling.
|
||||
bool hasInstrSchedModel() const { return SchedClassTable != NULL; }
|
||||
bool hasInstrSchedModel() const { return SchedClassTable; }
|
||||
|
||||
const MCProcResourceDesc *getProcResource(unsigned ProcResourceIdx) const {
|
||||
assert(hasInstrSchedModel() && "No scheduling machine model");
|
||||
|
Loading…
x
Reference in New Issue
Block a user