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

Roman Divacky rdivacky at freebsd.org
Thu Sep 20 07:59:43 PDT 2012


Author: rdivacky
Date: Thu Sep 20 09:59:42 2012
New Revision: 164306

URL: http://llvm.org/viewvc/llvm-project?rev=164306&view=rev
Log:
Specify cpu to get the correct instruction ordering. Remove XFAIL.

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=164306&r1=164305&r2=164306&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/structsinregs.ll Thu Sep 20 09:59:42 2012
@@ -1,9 +1,4 @@
-; RUN: llc -O0 -disable-fp-elim < %s | FileCheck %s
-
-; This test is currently disabled because the checked instructions
-; may appear in random order.
-
-; XFAIL: *
+; RUN: llc -mcpu=pwr7 -O0 -disable-fp-elim < %s | FileCheck %s
 
 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