Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge after...
[oota-llvm.git] / test / CodeGen / X86 / gather-addresses.ll
index 4a6927f6a269ba1d266d4f93af4a187a4e96dbf7..72a50961b2ff10379f9f0125baa6db769c0fb3c3 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
-; RUN: llc -mtriple=x86_64-win32 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-linux -mcpu=nehalem < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-win32 -mcpu=nehalem < %s | FileCheck %s
 ; rdar://7398554
 
 ; When doing vector gather-scatter index calculation with 32-bit indices,