mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Remove forward declaration for Target class - Target is already defined here.
No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204885 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
566abecc9f
commit
85e4ae5097
@ -24,9 +24,6 @@
|
||||
#include "llvm/Support/MemoryObject.h"
|
||||
#include "llvm/Support/TargetRegistry.h"
|
||||
|
||||
namespace llvm {
|
||||
class Target;
|
||||
} // namespace llvm
|
||||
using namespace llvm;
|
||||
|
||||
// LLVMCreateDisasm() creates a disassembler for the TripleName. Symbolic
|
||||
|
Loading…
Reference in New Issue
Block a user