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 | e357cfa3db479a36d544ed7beb91173d40c7813e (patch) | |
tree | f0d51d88bb212b405b946a4feab51e4ffa2c4ac0 | |
parent | 2af282a16bf4ad932ee9988683abece95bcf95c2 (diff) | |
download | bcm5719-llvm-e357cfa3db479a36d544ed7beb91173d40c7813e.tar.gz bcm5719-llvm-e357cfa3db479a36d544ed7beb91173d40c7813e.zip |
I meant to disable this test, not XFAIL it
llvm-svn: 153165
-rw-r--r-- | llvm/test/CodeGen/Generic/misched.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Generic/misched.ll b/llvm/test/CodeGen/Generic/misched.ll index 6ab1dd24a3c..9136b9c967f 100644 --- a/llvm/test/CodeGen/Generic/misched.ll +++ b/llvm/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. |