aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-09-23 00:13:30 +0000
committerMike Stump <mrs@apple.com>2009-09-23 00:13:30 +0000
commitd75e9aad24723cf816d3b3cf658bbd23da144f90 (patch)
tree69d07b16ba4e4c925e2d18d3a041f0c7a0170ee3 /lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parent31c6c5d58a6d2254063e8a18fd32b851a06e2ddf (diff)
This is overly constraining with respect to clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82591 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfDebug.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index c093acd51b..33273f17a3 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -662,9 +662,6 @@ void DwarfDebug::AddBlockByrefAddress(DbgVariable *&DV, DIE *Die,
std::string typeName;
blockStruct.getName(typeName);
- assert(typeName.find ("__Block_byref_") == 0
- && "Attempting to get Block location of non-Block variable!");
-
// Find the __forwarding field and the variable field in the __Block_byref
// struct.