From 02628bea169b3181c528fc8ca9e41f61c7af05fc Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Sat, 29 Apr 2017 19:46:27 +0000 Subject: [PATCH] [globalisel][tablegen] Fix the test after silencing the unused variable warning in r301755. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301756 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/GlobalISelEmitter.td | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/TableGen/GlobalISelEmitter.td b/test/TableGen/GlobalISelEmitter.td index 350331804b9..9f89602ae4a 100644 --- a/test/TableGen/GlobalISelEmitter.td +++ b/test/TableGen/GlobalISelEmitter.td @@ -42,13 +42,6 @@ def HasC : Predicate<"Subtarget->hasC()"> { let RecomputePerFunction = 1; } // CHECK-NEXT: Feature_HasCBit = 2, // CHECK-NEXT: }; -// CHECK-LABEL: static const char *SubtargetFeatureNames[] = { -// CHECK-NEXT: "Feature_HasA", -// CHECK-NEXT: "Feature_HasB", -// CHECK-NEXT: "Feature_HasC", -// CHECK-NEXT: nullptr -// CHECK-NEXT: }; - // CHECK-LABEL: PredicateBitset MyTargetInstructionSelector:: // CHECK-NEXT: computeAvailableModuleFeatures(const MyTargetSubtarget *Subtarget) const { // CHECK-NEXT: PredicateBitset Features; -- 2.50.1