diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-14 08:36:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-14 08:36:50 +0000 |
commit | 6e52e9db31747089989267b7926a31407111e4af (patch) | |
tree | 13e4e19c241b6ac81e5ad9c19a0700106d285f6b /llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp | |
parent | b4c0f5cc7921a4d08ff78ef6a2ef61eb508ea6d0 (diff) | |
download | bcm5719-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.cpp | 1 |
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; } |