aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
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
commit4edd187ddddc38540dd020c5cadef70bc5934b1e (patch)
treede200c8732f1ee60258e34bd1cb49ca5ccb8489c /lib/CodeGen/AsmPrinter/AsmPrinter.cpp
parent11189220e66004b94276731bb1b1b657412434e2 (diff)
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 'lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/AsmPrinter.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index ef43c352ac..6a9428737f 100644
--- a/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1711,10 +1711,6 @@ void AsmPrinter::printOffset(int64_t Offset) const {
O << Offset;
}
-void AsmPrinter::printMCInst(const MCInst *MI) {
- llvm_unreachable("MCInst printing unavailable on this target!");
-}
-
GCMetadataPrinter *AsmPrinter::GetOrCreateGCPrinter(GCStrategy *S) {
if (!S->usesMetadata())
return 0;