From 6bae55017c49e59746a65cef2513f031bbcebfce Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Fri, 2 Jul 2010 19:54:47 +0000 Subject: Remove invalid assert git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107505 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/InlineSpiller.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/CodeGen') 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(); } } -- cgit v1.2.3-70-g09d2