diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-04-29 19:10:19 +0000 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-04-29 19:10:19 +0000 |
commit | ce9443df23cd2d8075c8922b5303fc4bf703d67e (patch) | |
tree | df095da2de75513233542af4a1ba8118a75a1baa /llvm/utils | |
parent | 3969acf8a487bb917875793483ac0b830cddb75d (diff) | |
download | bcm5719-llvm-ce9443df23cd2d8075c8922b5303fc4bf703d67e.tar.gz bcm5719-llvm-ce9443df23cd2d8075c8922b5303fc4bf703d67e.zip |
[globalisel][tablegen] Silence unused variable warning.
llvm-svn: 301755
Diffstat (limited to 'llvm/utils')
-rw-r--r-- | llvm/utils/TableGen/GlobalISelEmitter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/GlobalISelEmitter.cpp b/llvm/utils/TableGen/GlobalISelEmitter.cpp index f0b7c436fb5..a25429ba460 100644 --- a/llvm/utils/TableGen/GlobalISelEmitter.cpp +++ b/llvm/utils/TableGen/GlobalISelEmitter.cpp @@ -1712,7 +1712,6 @@ void GlobalISelEmitter::run(raw_ostream &OS) { OS << "#ifdef GET_GLOBALISEL_IMPL\n"; SubtargetFeatureInfo::emitSubtargetFeatureBitEnumeration(SubtargetFeatures, OS); - SubtargetFeatureInfo::emitNameTable(SubtargetFeatures, OS); // Separate subtarget features by how often they must be recomputed. SubtargetFeatureInfoMap ModuleFeatures; |