diff options
Diffstat (limited to 'llvm/utils/TableGen/FastISelEmitter.cpp')
-rw-r--r-- | llvm/utils/TableGen/FastISelEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/FastISelEmitter.cpp b/llvm/utils/TableGen/FastISelEmitter.cpp index 2bb351b7085..0253484b6f0 100644 --- a/llvm/utils/TableGen/FastISelEmitter.cpp +++ b/llvm/utils/TableGen/FastISelEmitter.cpp @@ -867,6 +867,6 @@ void FastISelEmitter::run(raw_ostream &OS) { } FastISelEmitter::FastISelEmitter(RecordKeeper &R) - : Records(R), CGP(R) { + : CGP(R) { } |