reenable these

llvm-svn: 32596
This commit is contained in:
Chris Lattner 2006-12-15 07:32:49 +00:00
parent 8f7b775bf4
commit 43662ef02b
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) {