aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-16 04:57:15 +0000
committerChris Lattner <sabre@nondot.org>2009-09-16 04:57:15 +0000
commit500fba8363dccdd3dd29495831e5d689ddc50c49 (patch)
treede200c8732f1ee60258e34bd1cb49ca5ccb8489c /include/llvm
parentd0390a18ad30aa3ed70d39b98ded744755434fde (diff)
downloadexternal_llvm-500fba8363dccdd3dd29495831e5d689ddc50c49.zip
external_llvm-500fba8363dccdd3dd29495831e5d689ddc50c49.tar.gz
external_llvm-500fba8363dccdd3dd29495831e5d689ddc50c49.tar.bz2
remove the AsmPrinter::printMCInst hook hack now that
we have MCInstPrinter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82006 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/CodeGen/AsmPrinter.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h
index 860aff5..fe6249b 100644
--- a/include/llvm/CodeGen/AsmPrinter.h
+++ b/include/llvm/CodeGen/AsmPrinter.h
@@ -321,12 +321,6 @@ namespace llvm {
/// EmitComments - Pretty-print comments for basic blocks
void EmitComments(const MachineBasicBlock &MBB) const;
- /// printMCInst - Print an MCInst for this target.
- ///
- /// Note, this is only a temporary hack to allow the MCStreamer to print
- /// instructions, do not use this function outside of llvm-mc.
- virtual void printMCInst(const MCInst *MI);
-
/// GetMBBSymbol - Return the MCSymbol corresponding to the specified basic
/// block label.
MCSymbol *GetMBBSymbol(unsigned MBBID) const;