diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-02 19:54:47 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-02 19:54:47 +0000 |
commit | df8429aeb40a02b5fa184b141a1f484f010b3eb6 (patch) | |
tree | 29249e866f33483f7ee413388912b8c50c198c2d /llvm/lib/CodeGen | |
parent | 9e2d9478f2c734f2c8999ae0eb50fdefaa54c7db (diff) | |
download | bcm5719-llvm-df8429aeb40a02b5fa184b141a1f484f010b3eb6.tar.gz bcm5719-llvm-df8429aeb40a02b5fa184b141a1f484f010b3eb6.zip |
Remove invalid assert
llvm-svn: 107505
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/InlineSpiller.cpp | 1 |
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(); } } |