Skip to content

Commit 3f9bff3

Browse files
committed
Remove an extra tokens at end of #undef directive, NFC
1 parent 0dde87c commit 3f9bff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/TargetParser/Host.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1219,7 +1219,7 @@ static const char *getAMDProcessorTypeAndSubtype(unsigned Family,
12191219
return CPU;
12201220
}
12211221

1222-
#undef testFeature;
1222+
#undef testFeature
12231223

12241224
static void getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf,
12251225
unsigned *Features) {

0 commit comments

Comments
 (0)