From d6032177f589f69592b0092e00da2ddbc1aa6449 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 15 Dec 2006 07:32:49 +0000 Subject: [PATCH] reenable these git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32596 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/ScalarRepl/union-fp-int.ll | 2 -- test/Transforms/ScalarRepl/union-packed.ll | 2 -- 2 files changed, 4 deletions(-) diff --git a/test/Transforms/ScalarRepl/union-fp-int.ll b/test/Transforms/ScalarRepl/union-fp-int.ll index e21751bda39..9c0e23e8a64 100644 --- a/test/Transforms/ScalarRepl/union-fp-int.ll +++ b/test/Transforms/ScalarRepl/union-fp-int.ll @@ -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 diff --git a/test/Transforms/ScalarRepl/union-packed.ll b/test/Transforms/ScalarRepl/union-packed.ll index 20c0bc9a237..0df6e3957f7 100644 --- a/test/Transforms/ScalarRepl/union-packed.ll +++ b/test/Transforms/ScalarRepl/union-packed.ll @@ -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) {