mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-28 09:31:03 +00:00
This variable is never used.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84351 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2cea7bdef9
commit
5a1a53e450
@ -21,9 +21,8 @@ namespace llvm {
|
|||||||
/// LLVMCConfigurationEmitter - TableGen backend that generates
|
/// LLVMCConfigurationEmitter - TableGen backend that generates
|
||||||
/// configuration code for LLVMC.
|
/// configuration code for LLVMC.
|
||||||
class LLVMCConfigurationEmitter : public TableGenBackend {
|
class LLVMCConfigurationEmitter : public TableGenBackend {
|
||||||
RecordKeeper &Records;
|
|
||||||
public:
|
public:
|
||||||
explicit LLVMCConfigurationEmitter(RecordKeeper &R) : Records(R) {}
|
explicit LLVMCConfigurationEmitter(RecordKeeper&) {}
|
||||||
|
|
||||||
// run - Output the asmwriter, returning true on failure.
|
// run - Output the asmwriter, returning true on failure.
|
||||||
void run(raw_ostream &o);
|
void run(raw_ostream &o);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user