Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / widen_load-0.ll
index 7ee6de2ff517fd4e827ca5adf0cb4baef01dde38..4aeec9136d0eee69552c95c95e5b1cb4b8235aad 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -o - -mtriple=x86_64-linux | FileCheck %s
-; RUN: llc < %s -o - -mtriple=x86_64-win32 | FileCheck %s -check-prefix=WIN64
+; RUN: llc < %s -o - -mtriple=x86_64-linux -mcpu=corei7 | FileCheck %s
+; RUN: llc < %s -o - -mtriple=x86_64-win32 -mcpu=corei7 | FileCheck %s -check-prefix=WIN64
 ; PR4891
 
 ; Both loads should happen before either store.