mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[llvm-exegesis] Fix always true assert
llvm-svn: 344151
This commit is contained in:
parent
5b15ce4ae3
commit
876b0e5411
@ -81,7 +81,7 @@ struct Operand {
|
||||
const llvm::MCOperandInfo &getExplicitOperandInfo() const;
|
||||
|
||||
// Please use the accessors above and not the following fields.
|
||||
unsigned Index = 0;
|
||||
int Index = -1;
|
||||
bool IsDef = false;
|
||||
const RegisterAliasingTracker *Tracker = nullptr; // Set for Register Op.
|
||||
const llvm::MCOperandInfo *Info = nullptr; // Set for Explicit Op.
|
||||
|
Loading…
Reference in New Issue
Block a user