summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/InlineSpiller.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InlineSpiller.cpp b/llvm/lib/CodeGen/InlineSpiller.cpp
index 71305ed8636..076d2308ce3 100644
--- a/llvm/lib/CodeGen/InlineSpiller.cpp
+++ b/llvm/lib/CodeGen/InlineSpiller.cpp
@@ -258,7 +258,6 @@ void InlineSpiller::reMaterializeAll() {
continue;
}
DEBUG(dbgs() << "Removing debug info due to remat:" << "\t" << *MI);
- assert(&*RI != MI && "Multiple register operands on debug value");
MI->eraseFromParent();
}
}
OpenPOWER on IntegriCloud