Force a specific config, because this test fails in certain configs otherwise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27694 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-04-14 06:06:51 +00:00
parent 1a635d617a
commit 619b2d23c9

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc
; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah
; The vload was getting memoized to the previous scalar load!