Add a comment line that was accidentally dropped in r236671.

llvm-svn: 237734
This commit is contained in:
Akira Hatanaka 2015-05-19 21:59:11 +00:00
parent 7a18c06128
commit ff0e9ade5a
1 changed files with 1 additions and 0 deletions

View File

@ -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<bool> HostFeatures;
if (sys::getHostCPUFeatures(HostFeatures))