aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-05 03:01:21 +0000
committerChris Lattner <sabre@nondot.org>2006-10-05 03:01:21 +0000
commit1da31ee472b9615d7329c656e2cc17c419ed7c95 (patch)
tree53acb45503d1236ffe89ff984efd14a4749361b7 /include/llvm/CodeGen
parentedad2b783fe9ab20bdf0de2b3315559fb75f3a25 (diff)
downloadexternal_llvm-1da31ee472b9615d7329c656e2cc17c419ed7c95.tar.gz
external_llvm-1da31ee472b9615d7329c656e2cc17c419ed7c95.tar.bz2
external_llvm-1da31ee472b9615d7329c656e2cc17c419ed7c95.zip
Pass the MachineFunction into EmitJumpTableInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30742 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 7c4d4eeb44..3632cc4071 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -161,7 +161,7 @@ namespace llvm {
/// EmitJumpTableInfo - Print assembly representations of the jump tables
/// used by the current function to the current output stream.
///
- void EmitJumpTableInfo(MachineJumpTableInfo *MJTI);
+ void EmitJumpTableInfo(MachineJumpTableInfo *MJTI, MachineFunction &MF);
/// EmitSpecialLLVMGlobal - Check to see if the specified global is a
/// special global used by LLVM. If so, emit it and return true, otherwise