summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit8808063181dd392a5dbdf468001fb7305f5ab637 (patch)
tree30af530f73fdce77cf7d495c0083de25b003ac6d /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
parent64b12b5ee783bbe3939758467bd224cec5ac6717 (diff)
downloadbcm5719-llvm-8808063181dd392a5dbdf468001fb7305f5ab637.tar.gz
bcm5719-llvm-8808063181dd392a5dbdf468001fb7305f5ab637.zip
This is overly constraining with respect to clang.
llvm-svn: 82591
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index c093acd51b2..33273f17a36 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/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.
OpenPOWER on IntegriCloud