mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +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
|
||||
/// configuration code for LLVMC.
|
||||
class LLVMCConfigurationEmitter : public TableGenBackend {
|
||||
RecordKeeper &Records;
|
||||
public:
|
||||
explicit LLVMCConfigurationEmitter(RecordKeeper &R) : Records(R) {}
|
||||
explicit LLVMCConfigurationEmitter(RecordKeeper&) {}
|
||||
|
||||
// run - Output the asmwriter, returning true on failure.
|
||||
void run(raw_ostream &o);
|
||||
|
Loading…
Reference in New Issue
Block a user