xfail this for now, will fix shortly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-02-02 18:15:33 +00:00
parent 006336de6f
commit 3f9495a3f7

View File

@ -1,5 +1,6 @@
; RUN: llvm-as < %s | opt -scalarrepl -instcombine | \
; RUN: llc -march=x86 -mcpu=yonah | not grep sub.*esp
; XFAIL: *
; This checks that various insert/extract idiom work without going to the
; stack.