summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-15 07:32:49 +0000
committerChris Lattner <sabre@nondot.org>2006-12-15 07:32:49 +0000
commitd6032177f589f69592b0092e00da2ddbc1aa6449 (patch)
treee1d2b656d19917bcc7d1f7adcc4f826a976388fe /test
parentd22dbdf60652536d44dc4a380059368bea75b5cd (diff)
downloadllvm-d6032177f589f69592b0092e00da2ddbc1aa6449.tar.gz
llvm-d6032177f589f69592b0092e00da2ddbc1aa6449.tar.bz2
llvm-d6032177f589f69592b0092e00da2ddbc1aa6449.tar.xz
reenable these
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32596 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/ScalarRepl/union-fp-int.ll2
-rw-r--r--test/Transforms/ScalarRepl/union-packed.ll2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/Transforms/ScalarRepl/union-fp-int.ll b/test/Transforms/ScalarRepl/union-fp-int.ll
index e21751bda3..9c0e23e8a6 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 20c0bc9a23..0df6e3957f 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) {