What year is it! This file has no reason to be written in C, and has doubly no
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 20 Apr 2014 21:07:34 +0000 (21:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 20 Apr 2014 21:07:34 +0000 (21:07 +0000)
commitfe0e7bb57117874e830d2f24bbc84213dd1bd4c4
tree81a7461b0811e0a5f002d877732e7ae0c46ae0df
parent8612f6be58d0769bab8a1a7201304ece8fca50d1
What year is it! This file has no reason to be written in C, and has doubly no
reason to expose a global symbol 'decodeInstruction' nor to pollute the global
scope with a bunch of external linkage entities (some of which conflict with
others elsewhere in LLVM).

This is just the initial transition to C++; more cleanups to follow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206717 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Disassembler/CMakeLists.txt
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c [deleted file]
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp [new file with mode: 0644]
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h