mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Remove trailing whitespace, no functionality changes.
llvm-svn: 107244
This commit is contained in:
parent
c2f5cd2389
commit
1e4673d2d7
@ -580,8 +580,7 @@ void ScheduleDAGTopologicalSort::Allocate(int n, int index) {
|
||||
Index2Node[index] = n;
|
||||
}
|
||||
|
||||
ScheduleDAGTopologicalSort::ScheduleDAGTopologicalSort(
|
||||
std::vector<SUnit> &sunits)
|
||||
: SUnits(sunits) {}
|
||||
ScheduleDAGTopologicalSort::
|
||||
ScheduleDAGTopologicalSort(std::vector<SUnit> &sunits) : SUnits(sunits) {}
|
||||
|
||||
ScheduleHazardRecognizer::~ScheduleHazardRecognizer() {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user