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

llvm-svn: 27694
This commit is contained in:
Chris Lattner 2006-04-14 06:06:51 +00:00
parent 4211ca9108
commit 174bccb676
1 changed files with 1 additions and 1 deletions

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!