summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc/Disassembler.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-09 04:24:20 +0000
committerChris Lattner <sabre@nondot.org>2010-04-09 04:24:20 +0000
commit55ddc30f0744565cb442c96cce5caaf3ff9df9d8 (patch)
treea5e5f35426c486806f320f5b228dd34d6a210c50 /llvm/tools/llvm-mc/Disassembler.h
parentc1ba0c96e3a8f47415c4057ef1b7604f719c1fa7 (diff)
downloadbcm5719-llvm-55ddc30f0744565cb442c96cce5caaf3ff9df9d8.tar.gz
bcm5719-llvm-55ddc30f0744565cb442c96cce5caaf3ff9df9d8.zip
revert r100842 which broke several of the build bots.
llvm-svn: 100848
Diffstat (limited to 'llvm/tools/llvm-mc/Disassembler.h')
-rw-r--r--llvm/tools/llvm-mc/Disassembler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/llvm-mc/Disassembler.h b/llvm/tools/llvm-mc/Disassembler.h
index 3da23965bdb..78c2f854946 100644
--- a/llvm/tools/llvm-mc/Disassembler.h
+++ b/llvm/tools/llvm-mc/Disassembler.h
@@ -27,9 +27,6 @@ public:
static int disassemble(const Target &target,
const std::string &tripleString,
MemoryBuffer &buffer);
-
- static int disassembleEnhanced(const std::string &tripleString,
- MemoryBuffer &buffer);
};
} // namespace llvm
OpenPOWER on IntegriCloud