mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 18:04:59 +00:00
Initialize IssueWidth to zero.
Fixes valgrind errors in the CellSPU backend. llvm-svn: 132405
This commit is contained in:
parent
23f5ceda96
commit
d6d9c33cca
@ -122,7 +122,8 @@ public:
|
||||
|
||||
InstrItineraryData(const InstrStage *S, const unsigned *OS,
|
||||
const unsigned *F, const InstrItinerary *I)
|
||||
: Stages(S), OperandCycles(OS), Forwardings(F), Itineraries(I) {}
|
||||
: Stages(S), OperandCycles(OS), Forwardings(F), Itineraries(I),
|
||||
IssueWidth(0) {}
|
||||
|
||||
/// isEmpty - Returns true if there are no itineraries.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user