[llvm-commits] [llvm] r164233 - /llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll

Bill Schmidt wschmidt at linux.vnet.ibm.com
Wed Sep 19 09:18:23 PDT 2012


Author: wschmidt
Date: Wed Sep 19 11:18:23 2012
New Revision: 164233

URL: http://llvm.org/viewvc/llvm-project?rev=164233&view=rev
Log:
XFAIL test/CodeGen/PowerPC/structsinregs.ll

Modified:
    llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll?rev=164233&r1=164232&r2=164233&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll Wed Sep 19 11:18:23 2012
@@ -1,4 +1,10 @@
 ; RUN: llc -O0 -disable-fp-elim < %s | FileCheck %s
+
+; This test is currently disabled because the checked instructions
+; may appear in random order.
+
+; XFAIL *
+
 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
 target triple = "powerpc64-unknown-linux-gnu"
 





More information about the llvm-commits mailing list