aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-02 19:54:47 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2010-07-02 19:54:47 +0000
commit4bfd5155632750ee51cf7b29cf1320b0fa12dd6d (patch)
treedc3d253dc419992eb49dd6a47b7697b48a956ce4 /lib/CodeGen
parentf86ce008b93f23e63456533dd1485eeefaa367e9 (diff)
downloadexternal_llvm-4bfd5155632750ee51cf7b29cf1320b0fa12dd6d.zip
external_llvm-4bfd5155632750ee51cf7b29cf1320b0fa12dd6d.tar.gz
external_llvm-4bfd5155632750ee51cf7b29cf1320b0fa12dd6d.tar.bz2
Remove invalid assert
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107505 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/InlineSpiller.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/InlineSpiller.cpp b/lib/CodeGen/InlineSpiller.cpp
index 71305ed..076d230 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();
}
}