diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-08-15 22:52:27 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-08-15 22:52:27 +0000 |
commit | 212cb346a8d08eab10c9387474a9b8b520d64bcf (patch) | |
tree | eea5f4d3c9f09280488b64ffe592858c3481fbc9 /test/Transforms/SimplifyCFG | |
parent | 23114d0da70559e88d506d88b6863e89ad98a66f (diff) | |
download | external_llvm-212cb346a8d08eab10c9387474a9b8b520d64bcf.zip external_llvm-212cb346a8d08eab10c9387474a9b8b520d64bcf.tar.gz external_llvm-212cb346a8d08eab10c9387474a9b8b520d64bcf.tar.bz2 |
[tests] Fix refacto in r187764 that effectively disabled SimplifyCFG tests. :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG')
4 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/R600/lit.local.cfg b/test/Transforms/SimplifyCFG/R600/lit.local.cfg deleted file mode 100644 index e69de29..0000000 --- a/test/Transforms/SimplifyCFG/R600/lit.local.cfg +++ /dev/null diff --git a/test/Transforms/SimplifyCFG/R600/parallelandifcollapse.ll b/test/Transforms/SimplifyCFG/R600/parallelandifcollapse.ll deleted file mode 100644 index e69de29..0000000 --- a/test/Transforms/SimplifyCFG/R600/parallelandifcollapse.ll +++ /dev/null diff --git a/test/Transforms/SimplifyCFG/R600/parallelorifcollapse.ll b/test/Transforms/SimplifyCFG/R600/parallelorifcollapse.ll deleted file mode 100644 index e69de29..0000000 --- a/test/Transforms/SimplifyCFG/R600/parallelorifcollapse.ll +++ /dev/null diff --git a/test/Transforms/SimplifyCFG/lit.local.cfg b/test/Transforms/SimplifyCFG/lit.local.cfg index e69de29..19eebc0 100644 --- a/test/Transforms/SimplifyCFG/lit.local.cfg +++ b/test/Transforms/SimplifyCFG/lit.local.cfg @@ -0,0 +1 @@ +config.suffixes = ['.ll', '.c', '.cpp'] |