[llvm] 3f9bff3 - Remove an extra tokens at end of #undef directive, NFC
Haojian Wu via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 8 11:36:45 PDT 2024
Author: Haojian Wu
Date: 2024-07-08T20:36:15+02:00
New Revision: 3f9bff3df2c7ddcf3e3f125d7641a73ce88e2380
URL: https://github.com/llvm/llvm-project/commit/3f9bff3df2c7ddcf3e3f125d7641a73ce88e2380
DIFF: https://github.com/llvm/llvm-project/commit/3f9bff3df2c7ddcf3e3f125d7641a73ce88e2380.diff
LOG: Remove an extra tokens at end of #undef directive, NFC
Added:
Modified:
llvm/lib/TargetParser/Host.cpp
Removed:
################################################################################
diff --git a/llvm/lib/TargetParser/Host.cpp b/llvm/lib/TargetParser/Host.cpp
index 87ab23253722e..c43bf370d1966 100644
--- a/llvm/lib/TargetParser/Host.cpp
+++ b/llvm/lib/TargetParser/Host.cpp
@@ -1219,7 +1219,7 @@ static const char *getAMDProcessorTypeAndSubtype(unsigned Family,
return CPU;
}
-#undef testFeature;
+#undef testFeature
static void getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf,
unsigned *Features) {
More information about the llvm-commits
mailing list