diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:01:25 +0000 | 
| commit | d8e91e46262bc44006913e6796843909f1ac7bcd (patch) | |
| tree | 7d0c143d9b38190e0fa0180805389da22cd834c5 /lib/CodeGen/SlotIndexes.cpp | |
| parent | b7eb8e35e481a74962664b63dfb09483b200209a (diff) | |
Notes
Diffstat (limited to 'lib/CodeGen/SlotIndexes.cpp')
| -rw-r--r-- | lib/CodeGen/SlotIndexes.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SlotIndexes.cpp b/lib/CodeGen/SlotIndexes.cpp index ed74b3e4fa19..fccbb8ec91cb 100644 --- a/lib/CodeGen/SlotIndexes.cpp +++ b/lib/CodeGen/SlotIndexes.cpp @@ -95,7 +95,7 @@ bool SlotIndexes::runOnMachineFunction(MachineFunction &fn) {    }    // Sort the Idx2MBBMap -  llvm::sort(idx2MBBMap.begin(), idx2MBBMap.end(), Idx2MBBCompare()); +  llvm::sort(idx2MBBMap, Idx2MBBCompare());    LLVM_DEBUG(mf->print(dbgs(), this));  | 
