Remove odd use of this.
[oota-llvm.git] / lib / CodeGen / InlineSpiller.cpp
index d5f300f9aa2cab64f3da8b89ca0689807f3a99a4..13db5f44cb05a113d618f513ef827e0fa74fed0f 100644 (file)
@@ -1191,7 +1191,7 @@ void InlineSpiller::spillAroundUses(unsigned Reg) {
     // Debug values are not allowed to affect codegen.
     if (MI->isDebugValue()) {
       // Modify DBG_VALUE now that the value is in a spill slot.
-      bool IsIndirect = MI->getOperand(1).isImm();
+      bool IsIndirect = MI->isIndirectDebugValue();
       uint64_t Offset = IsIndirect ? MI->getOperand(1).getImm() : 0;
       const MDNode *MDPtr = MI->getOperand(2).getMetadata();
       DebugLoc DL = MI->getDebugLoc();