diff options
author | Owen Anderson <resistor@mac.com> | 2008-04-30 07:17:22 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2008-04-30 07:17:22 +0000 |
commit | 0cad8444ccdee98af3b6a718a57a6d566a5cd6e4 (patch) | |
tree | 5de2f4b35ec9bf75a675bac8acba1a806139b15a | |
parent | 5023aa58cae8a5ed8e0bc3eae325843d926726c4 (diff) |
Move this test to LoopDeletion, where it now passes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50474 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll (renamed from test/Transforms/ADCE/2007-07-23-InfiniteLoop.ll) | 3 | ||||
-rw-r--r-- | test/Transforms/LoopDeletion/dg.exp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/test/Transforms/ADCE/2007-07-23-InfiniteLoop.ll b/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll index 60e719bfd5..ecba2f47b1 100644 --- a/test/Transforms/ADCE/2007-07-23-InfiniteLoop.ll +++ b/test/Transforms/LoopDeletion/2007-07-23-InfiniteLoop.ll @@ -1,6 +1,5 @@ -; RUN: llvm-as < %s | opt -adce | llvm-dis | grep switch +; RUN: llvm-as < %s | opt -loop-deletion | llvm-dis | grep switch ; PR 1564 -; XFAIL: * define fastcc void @out() { start: diff --git a/test/Transforms/LoopDeletion/dg.exp b/test/Transforms/LoopDeletion/dg.exp new file mode 100644 index 0000000000..879685ca87 --- /dev/null +++ b/test/Transforms/LoopDeletion/dg.exp @@ -0,0 +1,3 @@ +load_lib llvm.exp + +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] |