From 4345121f7df7acf1ab0f69fdc12094955e0a1fa2 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Tue, 19 May 2015 21:59:11 +0000 Subject: [PATCH] Add a comment line that was accidentally dropped in r236671. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237734 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/CommandFlags.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/CodeGen/CommandFlags.h b/include/llvm/CodeGen/CommandFlags.h index 9ef8e86d1e5..fda2bddf841 100644 --- a/include/llvm/CodeGen/CommandFlags.h +++ b/include/llvm/CodeGen/CommandFlags.h @@ -273,6 +273,7 @@ static inline std::string getFeaturesStr() { // If user asked for the 'native' CPU, we need to autodetect features. // This is necessary for x86 where the CPU might not support all the // features the autodetected CPU name lists in the target. For example, + // not all Sandybridge processors support AVX. if (MCPU == "native") { StringMap HostFeatures; if (sys::getHostCPUFeatures(HostFeatures))