commit | 2718e43d6ae4f1c15823069566f18f7339cc976e | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Mon Nov 09 21:45:26 2009 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Mon Nov 09 21:45:26 2009 +0000 |
tree | f8afa79a9a46d7a9b05a61393b8be30b0cc7fc4c | |
parent | b1ec31d71184e318cae8c147658162f7ed019ada [diff] [blame] |
Similar to r86588, but for Darwin this time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86592 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp b/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp index 01dc632..d769ba5 100644 --- a/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp +++ b/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
@@ -853,12 +853,12 @@ } } - // Print out jump tables referenced by the function. - EmitJumpTableInfo(MF.getJumpTableInfo(), MF); - // Emit post-function debug information. DW->EndFunction(&MF); + // Print out jump tables referenced by the function. + EmitJumpTableInfo(MF.getJumpTableInfo(), MF); + // We didn't modify anything. return false; }