Specify CPU model to avoid breaking ATOM builds
[oota-llvm.git] / test / CodeGen / X86 / fp-trunc.ll
index 544fa537ccae411ecf553c9310ebc30de4ec8d13..25442fcadd238b848c9cd6e5aa10914be88dc024 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2,-avx | FileCheck %s
-; RUN: llc < %s -march=x86 -mattr=+avx | FileCheck %s --check-prefix=AVX
+; RUN: llc < %s -march=x86 -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -march=x86 -mcpu=core-avx-i | FileCheck %s --check-prefix=AVX
 
 define <1 x float> @test1(<1 x double> %x) nounwind {
 ; CHECK: test1