From: Andrew Trick Date: Wed, 21 Mar 2012 05:18:53 +0000 (+0000) Subject: I meant to disable this test, not XFAIL it X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=10fa51b950c41e7adcb196ffddff738393ea3460;p=oota-llvm.git I meant to disable this test, not XFAIL it git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153165 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Generic/misched.ll b/test/CodeGen/Generic/misched.ll index 6ab1dd24a3c..9136b9c967f 100644 --- a/test/CodeGen/Generic/misched.ll +++ b/test/CodeGen/Generic/misched.ll @@ -1,5 +1,5 @@ -; RUN: llc -enable-misched -misched=shuffle -misched-bottomup < %s -; XFAIL: * +; RUN: true +; llc -enable-misched -misched=shuffle -misched-bottomup < %s ; ; Interesting MachineScheduler cases.