reenable these

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32596 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-12-15 07:32:49 +00:00
parent d22dbdf606
commit d6032177f5
2 changed files with 0 additions and 4 deletions

View File

@ -1,8 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca &&
; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | grep 'bitcast.*float.*int'
; XFAIL: *
int %test(float %X) {
%X_addr = alloca float
store float %X, float* %X_addr

View File

@ -1,8 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca &&
; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | grep 'bitcast'
; XFAIL: *
target endian = little
<4 x int> %test(<4 x float> %X) {