| commit | a6a570e02fdf4a7a13e5b4b60d6c59bcdd7dafe0 | [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 | a8e95d47f26bfbfef5fe3dbe1bba94083e5c98e0 | |
| parent | 38e2c8a0a236618870a8cd2a07c9615ae228be34 [diff] [blame] |
Pass the MachineFunction into EmitJumpTableInfo. llvm-svn: 30742
diff --git a/llvm/lib/Target/X86/X86IntelAsmPrinter.cpp b/llvm/lib/Target/X86/X86IntelAsmPrinter.cpp index 4e833bd..a7d1351 100755 --- a/llvm/lib/Target/X86/X86IntelAsmPrinter.cpp +++ b/llvm/lib/Target/X86/X86IntelAsmPrinter.cpp
@@ -85,6 +85,9 @@ } } + // Print out jump tables referenced by the function. + EmitJumpTableInfo(MF.getJumpTableInfo(), MF); + O << CurrentFnName << "\tendp\n"; // We didn't modify anything.