summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-14 08:36:50 +0000
committerChris Lattner <sabre@nondot.org>2010-03-14 08:36:50 +0000
commit6e52e9db31747089989267b7926a31407111e4af (patch)
tree13e4e19c241b6ac81e5ad9c19a0700106d285f6b /llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
parentb4c0f5cc7921a4d08ff78ef6a2ef61eb508ea6d0 (diff)
downloadbcm5719-llvm-6e52e9db31747089989267b7926a31407111e4af.tar.gz
bcm5719-llvm-6e52e9db31747089989267b7926a31407111e4af.zip
get MMI out of the label uniquing business, just go to MCContext
to get unique assembler temporary labels. llvm-svn: 98489
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
index f7b6bc03120..4946b4c3c25 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
@@ -471,7 +471,6 @@ ComputeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites,
if (!MI->isLabel()) {
if (MI->getDesc().isCall())
SawPotentiallyThrowing |= !CallToNoUnwindFunction(MI);
-
continue;
}
OpenPOWER on IntegriCloud