diff options
-rw-r--r-- | lib/CodeGen/InlineSpiller.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/InlineSpiller.cpp b/lib/CodeGen/InlineSpiller.cpp index 71305ed863..076d2308ce 100644 --- a/lib/CodeGen/InlineSpiller.cpp +++ b/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(); } } |