summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJunmo Park <junmoz.park@samsung.com>2017-02-25 01:50:45 +0000
committerJunmo Park <junmoz.park@samsung.com>2017-02-25 01:50:45 +0000
commit061bec802eb0baa97c6a0db2a3e1a9b815e4898b (patch)
treee005f4ed528ef0b167ca5f5b4df751ba51a053eb /llvm/lib/CodeGen
parentff60e0f898f767228deb95681ba6ed3f9fabe765 (diff)
downloadbcm5719-llvm-061bec802eb0baa97c6a0db2a3e1a9b815e4898b.tar.gz
bcm5719-llvm-061bec802eb0baa97c6a0db2a3e1a9b815e4898b.zip
Minor code cleanup. NFC.
llvm-svn: 296222
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/InlineSpiller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InlineSpiller.cpp b/llvm/lib/CodeGen/InlineSpiller.cpp
index 3d81184f774..24bc15e47c5 100644
--- a/llvm/lib/CodeGen/InlineSpiller.cpp
+++ b/llvm/lib/CodeGen/InlineSpiller.cpp
@@ -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());
OpenPOWER on IntegriCloud