Fix remaining lit tests which were failing when run on an Atom
[oota-llvm.git] / test / CodeGen / X86 / rdrand.ll
index 27d1fe6b2753e8acea05e7d5b81f898cb6773477..e2224a6196769ebd2e98cf4fa5dc0fc2ebf9ac99 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mattr=+rdrand | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mcpu=core-avx-i -mattr=+rdrand | FileCheck %s
 declare {i16, i32} @llvm.x86.rdrand.16()
 declare {i32, i32} @llvm.x86.rdrand.32()
 declare {i64, i32} @llvm.x86.rdrand.64()