diff options
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/X86/store_op_load_fold2.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/vec_shuffle-18.ll | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/store_op_load_fold2.ll b/llvm/test/CodeGen/X86/store_op_load_fold2.ll index 0ccfe470db5..d76e4dca501 100644 --- a/llvm/test/CodeGen/X86/store_op_load_fold2.ll +++ b/llvm/test/CodeGen/X86/store_op_load_fold2.ll @@ -4,7 +4,7 @@ target datalayout = "e-p:32:32" %struct.Macroblock = type { i32, i32, i32, i32, i32, [8 x i32], %struct.Macroblock*, %struct.Macroblock*, i32, [2 x [4 x [4 x [2 x i32]]]], [16 x i8], [16 x i8], i32, i64, [4 x i32], [4 x i32], i64, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i16, double, i32, i32, i32, i32, i32, i32, i32, i32, i32 } -define internal fastcc i32 @dct_chroma(i32 %uv, i32 %cr_cbp) { +define internal fastcc i32 @dct_chroma(i32 %uv, i32 %cr_cbp) nounwind { entry: br i1 true, label %cond_true2732.preheader, label %cond_true129 cond_true129: ; preds = %entry diff --git a/llvm/test/CodeGen/X86/vec_shuffle-18.ll b/llvm/test/CodeGen/X86/vec_shuffle-18.ll index 1104a4a8856..ab69322e309 100644 --- a/llvm/test/CodeGen/X86/vec_shuffle-18.ll +++ b/llvm/test/CodeGen/X86/vec_shuffle-18.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -march=x86 -mattr=+sse2 -mtriple=i686-apple-darwin8.8.0 | grep mov | count 7 +; XFAIL: * %struct.vector4_t = type { <4 x float> } |