diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-09-29 20:45:06 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-09-29 20:45:06 +0000 |
commit | 49dd15402ba7f2fe4e741ad63283003eb69560dd (patch) | |
tree | 1064c250cb87c4056d4ea40b6720f8c6806ebcda | |
parent | 374b36d5cf56e070ed7a557314616fc48711d8ea (diff) | |
download | external_llvm-49dd15402ba7f2fe4e741ad63283003eb69560dd.zip external_llvm-49dd15402ba7f2fe4e741ad63283003eb69560dd.tar.gz external_llvm-49dd15402ba7f2fe4e741ad63283003eb69560dd.tar.bz2 |
Update list of shootout programs that should be working.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16595 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Sparc/README.txt | 4 | ||||
-rw-r--r-- | lib/Target/SparcV8/README.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index 8372760..d2d3061 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -10,8 +10,8 @@ Current shootout results as of 28-Sept-2004 ------------------------------------------- Working: ackermann fib2 hash hello lists matrix methcall nestedloop - objinst sieve strcat -Broken: ary3 heapsort random + objinst sieve strcat random ary3 +Broken: heapsort To-do ----- diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index 8372760..d2d3061 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -10,8 +10,8 @@ Current shootout results as of 28-Sept-2004 ------------------------------------------- Working: ackermann fib2 hash hello lists matrix methcall nestedloop - objinst sieve strcat -Broken: ary3 heapsort random + objinst sieve strcat random ary3 +Broken: heapsort To-do ----- |