diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-28 00:55:12 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-28 00:55:12 +0000 |
commit | b9b8ba58e7024917b6a44e776445cf6649bb83c2 (patch) | |
tree | 031753699a4554dced72aa6d120ae8ff6eb098f9 | |
parent | 56d38c6ca13d3d2c96af474b39ab7180356134a1 (diff) |
Reorganize tests to place them in proper directories.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15298 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 6e767c4e3a..e11449efdf 100644 --- a/lib/Target/PowerPC/README.txt +++ b/lib/Target/PowerPC/README.txt @@ -28,14 +28,14 @@ Current hacks: * visitLoadInst is getting awfully cluttered as well. Currently failing tests: -* Regression * SingleSource + `- Regression + | `- 2003-05-22-VarSizeArray `- Benchmarks | `- Shootout-C++ : most programs fail, miscompilations `- UnitTests - | `- 2003-05-22-VarSizeArray - `- C++Catch - `- SimpleC++Test + | `- C++Catch + | `- SimpleC++Test `- ConditionalExpr `- casts `- sumarray2d: large alloca miscompiled |