commit | 1da31ee472b9615d7329c656e2cc17c419ed7c95 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Oct 05 03:01:21 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Oct 05 03:01:21 2006 +0000 |
tree | 53acb45503d1236ffe89ff984efd14a4749361b7 | |
parent | edad2b783fe9ab20bdf0de2b3315559fb75f3a25 [diff] [blame] |
Pass the MachineFunction into EmitJumpTableInfo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30742 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCAsmPrinter.cpp b/lib/Target/PowerPC/PPCAsmPrinter.cpp index b7e7f28..bba9d75 100644 --- a/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/lib/Target/PowerPC/PPCAsmPrinter.cpp
@@ -475,7 +475,7 @@ } // Print out jump tables referenced by the function. - EmitJumpTableInfo(MF.getJumpTableInfo()); + EmitJumpTableInfo(MF.getJumpTableInfo(), MF); // Emit post-function debug information. DW.EndFunction();