aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-07-14 05:15:18 +0000
committerOwen Anderson <resistor@mac.com>2008-07-14 05:15:18 +0000
commit3c14d73a5692c650d8c9463794b252d1a42d18cc (patch)
tree77d77e35c95e5e091702d19283ed6e31b464ea55
parent9d64ea29b252449885a04f8edf081b6eb29eef0e (diff)
Himeno is now under Misc.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@53543 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--SingleSource/Benchmarks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/SingleSource/Benchmarks/Makefile b/SingleSource/Benchmarks/Makefile
index e8730c6c..b1e0d1f6 100644
--- a/SingleSource/Benchmarks/Makefile
+++ b/SingleSource/Benchmarks/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
PARALLEL_DIRS=Dhrystone CoyoteBench Shootout Shootout-C++ Stanford McGill \
- Misc Misc-C++ BenchmarkGame Himeno
+ Misc Misc-C++ BenchmarkGame
# Misc-C++-EH - someday when EH is supported in llvm-gcc we should
# re-enable this test. It always fails and its very slow
# (100MB Bytecode) so we disable it for now.