Reorganize tests to place them in proper directories.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 28 Jul 2004 00:55:12 +0000 (00:55 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 28 Jul 2004 00:55:12 +0000 (00:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15298 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/README.txt

index 6e767c4e3a8cc32338dcd645ed2efdb2ad1b747e..e11449efdf95ad068f514cd09f636ab348aa7815 100644 (file)
@@ -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