diff options
author | Nikola Prica <nikola.prica@rt-rk.com> | 2019-05-27 13:51:30 +0000 |
---|---|---|
committer | Nikola Prica <nikola.prica@rt-rk.com> | 2019-05-27 13:51:30 +0000 |
commit | 441ad62531308e48599c97a2867d370a8fb4b417 (patch) | |
tree | 13bcd38ff26954bc28ce55b79ede255538b1147a /llvm/lib/CodeGen/LiveDebugValues.cpp | |
parent | 5a500fd2c50a70c98981de5f2b7fb1b7be615127 (diff) | |
download | bcm5719-llvm-441ad62531308e48599c97a2867d370a8fb4b417.tar.gz bcm5719-llvm-441ad62531308e48599c97a2867d370a8fb4b417.zip |
Test commit (NFC)
Add blank line.
llvm-svn: 361761
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugValues.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugValues.cpp b/llvm/lib/CodeGen/LiveDebugValues.cpp index c56ba124a8d..2ac3fe20fff 100644 --- a/llvm/lib/CodeGen/LiveDebugValues.cpp +++ b/llvm/lib/CodeGen/LiveDebugValues.cpp @@ -288,6 +288,7 @@ private: const VarLocMap &VarLocIDs); bool transferTerminatorInst(MachineInstr &MI, OpenRangesSet &OpenRanges, VarLocInMBB &OutLocs, const VarLocMap &VarLocIDs); + bool process(MachineInstr &MI, OpenRangesSet &OpenRanges, VarLocInMBB &OutLocs, VarLocMap &VarLocIDs, TransferMap &Transfers, bool transferChanges); |