Don't wipe out global variables that are probably storing pointers to heap
[oota-llvm.git] / lib / Support / Host.cpp
index 367ab6bfd4ebec1d2a41fdf09bcae856dec4122e..9a2c39d72e3f4beac60a1e084b8060d8e3160ab1 100644 (file)
@@ -249,9 +249,8 @@ std::string sys::getHostCPUName() {
       case 28: // Most 45 nm Intel Atom processors
       case 38: // 45 nm Atom Lincroft
       case 39: // 32 nm Atom Medfield
-      // re-enable when buildbot will pass all atom tests
-      //case 53: // 32 nm Atom Midview
-      //case 54: // 32 nm Atom Midview
+      case 53: // 32 nm Atom Midview
+      case 54: // 32 nm Atom Midview
         return "atom";
 
       default: return (Em64T) ? "x86-64" : "i686";