diff options
author | Andrew Trick <atrick@apple.com> | 2012-03-21 05:18:53 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-03-21 05:18:53 +0000 |
commit | 10fa51b950c41e7adcb196ffddff738393ea3460 (patch) | |
tree | 4146b156427852f9fc3a8381280687c58cbb5819 /test/CodeGen/Generic | |
parent | c6a19dd7fbfce7668920daff2845abb2dd73a134 (diff) |
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
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r-- | test/CodeGen/Generic/misched.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Generic/misched.ll b/test/CodeGen/Generic/misched.ll index 6ab1dd24a3..9136b9c967 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. |