summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/GlobalISelEmitter.cpp
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2017-04-29 19:10:19 +0000
committerDaniel Sanders <daniel_l_sanders@apple.com>2017-04-29 19:10:19 +0000
commitce9443df23cd2d8075c8922b5303fc4bf703d67e (patch)
treedf095da2de75513233542af4a1ba8118a75a1baa /llvm/utils/TableGen/GlobalISelEmitter.cpp
parent3969acf8a487bb917875793483ac0b830cddb75d (diff)
downloadbcm5719-llvm-ce9443df23cd2d8075c8922b5303fc4bf703d67e.tar.gz
bcm5719-llvm-ce9443df23cd2d8075c8922b5303fc4bf703d67e.zip
[globalisel][tablegen] Silence unused variable warning.
llvm-svn: 301755
Diffstat (limited to 'llvm/utils/TableGen/GlobalISelEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/GlobalISelEmitter.cpp1
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;
OpenPOWER on IntegriCloud