[llvm-commits] [llvm] r114302 - /llvm/trunk/lib/System/Host.cpp

Chris Lattner sabre at nondot.org
Sat Sep 18 17:31:58 PDT 2010


Author: lattner
Date: Sat Sep 18 19:31:58 2010
New Revision: 114302

URL: http://llvm.org/viewvc/llvm-project?rev=114302&view=rev
Log:
add corei7, the laptop version.

Modified:
    llvm/trunk/lib/System/Host.cpp

Modified: llvm/trunk/lib/System/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/System/Host.cpp?rev=114302&r1=114301&r2=114302&view=diff
==============================================================================
--- llvm/trunk/lib/System/Host.cpp (original)
+++ llvm/trunk/lib/System/Host.cpp Sat Sep 18 19:31:58 2010
@@ -210,6 +210,7 @@
                // processors are manufactured using the 45 nm process.
       case 29: // Intel Xeon processor MP. All processors are manufactured using
                // the 45 nm process.
+      case 37: // Intel Core i7, laptop version.
         return "corei7";
 
       case 28: // Intel Atom processor. All processors are manufactured using





More information about the llvm-commits mailing list