1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[llvm-exegesis] Fix always true assert

llvm-svn: 344151
This commit is contained in:
Guillaume Chatelet 2018-10-10 16:16:43 +00:00
parent 5b15ce4ae3
commit 876b0e5411

View File

@ -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.