aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-04 03:06:23 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-04 03:06:23 +0000
commit1b7a880c98bc64ac51f67763fe12c7b7ab075a7f (patch)
tree4c695b6908ab5ea08a830fa7e28972d21c0ae91d /test/Feature
parentac4a1dd7fa364143e2d6cd9d80aaf45101b52c81 (diff)
downloadexternal_llvm-1b7a880c98bc64ac51f67763fe12c7b7ab075a7f.zip
external_llvm-1b7a880c98bc64ac51f67763fe12c7b7ab075a7f.tar.gz
external_llvm-1b7a880c98bc64ac51f67763fe12c7b7ab075a7f.tar.bz2
XFAIL this test until such time that code gen can handle a comparison of
packed types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rwxr-xr-xtest/Feature/packed_cmp.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/packed_cmp.ll b/test/Feature/packed_cmp.ll
index ca3a644..49d0523 100755
--- a/test/Feature/packed_cmp.ll
+++ b/test/Feature/packed_cmp.ll
@@ -3,6 +3,7 @@
; RUN: llvm-as < %s | llvm-dis > %t1.ll
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
; RUN: diff %t1.ll %t2.ll
+; XFAIL: *
%ivec_type = type <4 x i8>
%ivec1 = constant %ivec_type < i8 1, i8 1, i8 1, i8 1 >