diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_constants.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_constants.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_constants.ll b/llvm/test/CodeGen/PowerPC/vec_constants.ll index 71aa35920c8..56b41b0f895 100644 --- a/llvm/test/CodeGen/PowerPC/vec_constants.ll +++ b/llvm/test/CodeGen/PowerPC/vec_constants.ll @@ -1,5 +1,4 @@ ; RUN: llc < %s -march=ppc32 -mcpu=g5 | FileCheck %s -; XFAIL: * define void @test1(<4 x i32>* %P1, <4 x i32>* %P2, <4 x float>* %P3) nounwind { %tmp = load <4 x i32>* %P1 ; <<4 x i32>> [#uses=1] |