mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
[llvm-exegesis][NFC] Revert rL343682 "Fix unused variable warning".
That was not the proper fix: the variable is used in debug mode. llvm-svn: 343685
This commit is contained in:
parent
4c01276a93
commit
b274baf2d0
@ -142,7 +142,7 @@ void Analysis::printInstructionRowCsv(const size_t PointId,
|
||||
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
const llvm::MCSchedClassDesc *const SCDesc =
|
||||
SchedModel.getSchedClassDesc(SchedClassId);
|
||||
SubtargetInfo_->getSchedModel().getSchedClassDesc(SchedClassId);
|
||||
writeEscaped<kEscapeCsv>(OS, SCDesc->Name);
|
||||
#else
|
||||
OS << SchedClassId;
|
||||
|
Loading…
x
Reference in New Issue
Block a user