]> granicus.if.org Git - llvm/commitdiff
Minor code cleanup. NFC.
authorJunmo Park <junmoz.park@samsung.com>
Sat, 25 Feb 2017 01:50:45 +0000 (01:50 +0000)
committerJunmo Park <junmoz.park@samsung.com>
Sat, 25 Feb 2017 01:50:45 +0000 (01:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296222 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InlineSpiller.cpp

index 3d81184f774a3f58e2057fdaa9d532902edd14f8..24bc15e47c5408f60feb99d719d22be97e301414 100644 (file)
@@ -558,7 +558,7 @@ bool InlineSpiller::reMaterializeFor(LiveInterval &VirtReg, MachineInstr &MI) {
       Edit->rematerializeAt(*MI.getParent(), MI, NewVReg, RM, TRI);
 
   // We take the DebugLoc from MI, since OrigMI may be attributed to a
-  // different source location. 
+  // different source location.
   auto *NewMI = LIS.getInstructionFromIndex(DefIdx);
   NewMI->setDebugLoc(MI.getDebugLoc());