commit | 5019fe068d1092dbe9276b45b487fa0db337c70a | [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 | 6fb58e1e57b08abe754ef2de14a01012acaaecc5 [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; }