summaryrefslogtreecommitdiff
blob: a03ec422467c75a31d6daaadc4b8ab50f8e440d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- llvm/trunk/lib/Support/Host.cpp	2012/04/23 22:22:46	155401
+++ llvm/trunk/lib/Support/Host.cpp	2012/04/23 22:41:39	155402
@@ -230,6 +230,10 @@
       case 45:
         return "corei7-avx";
 
+      // Ivy Bridge:
+      case 58:
+        return "core-avx-i";
+
       case 28: // Intel Atom processor. All processors are manufactured using
                // the 45 nm process
         return "atom";