mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-20 18:56:04 +00:00
The NOOP instruction is no longer needed. Instead, use the
TargetInstrInfo::isNOPinstr method llvm-svn: 7530
This commit is contained in:
parent
ca60fdd9e8
commit
4c675245b9
@ -93,11 +93,8 @@ public:
|
||||
unsigned numRealOpCodes);
|
||||
virtual ~TargetInstrInfo();
|
||||
|
||||
// Invariant: All instruction sets use opcode #0 as the PHI instruction and
|
||||
// opcode #1 as the noop instruction.
|
||||
enum {
|
||||
PHI = 0, NOOP = 1
|
||||
};
|
||||
// Invariant: All instruction sets use opcode #0 as the PHI instruction
|
||||
enum { PHI = 0 };
|
||||
|
||||
unsigned getNumRealOpCodes() const { return numRealOpCodes; }
|
||||
unsigned getNumTotalOpCodes() const { return descSize; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user