summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-08-08 16:21:50 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-08-08 16:21:50 +0000
commit2b07c886689ee2c40c7506973acf7fc1799a2007 (patch)
treeb8409cfa913a1acbefc603c39a0a90cdce27e291
parent40f5446d841395b1a6266838af82df8da40ab65f (diff)
downloadbcm5719-llvm-2b07c886689ee2c40c7506973acf7fc1799a2007.tar.gz
bcm5719-llvm-2b07c886689ee2c40c7506973acf7fc1799a2007.zip
DebugInfo: Remove assertion (added in r215157) that's firing on a blocks
test in the test-suite while I investigate further. llvm-svn: 215217
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 7150a09cd4c..cad477be8ef 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -1144,7 +1144,6 @@ bool DwarfDebug::addCurrentFnArgument(DbgVariable *Var, LexicalScope *Scope) {
// arguments does the function have at source level.
if (ArgNo > Size)
CurrentFnArguments.resize(ArgNo * 2);
- assert(!CurrentFnArguments[ArgNo - 1]);
CurrentFnArguments[ArgNo - 1] = Var;
return true;
}
OpenPOWER on IntegriCloud