[llvm-branch-commits] [llvm-branch] r86594 - /llvm/branches/Apple/Leela-M1/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp

Bill Wendling isanbard at gmail.com
Mon Nov 9 13:46:16 PST 2009


Author: void
Date: Mon Nov  9 15:46:16 2009
New Revision: 86594

URL: http://llvm.org/viewvc/llvm-project?rev=86594&view=rev
Log:
$ svn merge -c 86592 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r86592 into '.':
U    lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp


Modified:
    llvm/branches/Apple/Leela-M1/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp

Modified: llvm/branches/Apple/Leela-M1/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Leela-M1/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp?rev=86594&r1=86593&r2=86594&view=diff

==============================================================================
--- llvm/branches/Apple/Leela-M1/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp (original)
+++ llvm/branches/Apple/Leela-M1/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp Mon Nov  9 15:46:16 2009
@@ -850,12 +850,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;
 }





More information about the llvm-branch-commits mailing list