[test-suite] r199395 - This test works just fine on SPARC now.
Jakob Stoklund Olesen
stoklund at 2pi.dk
Thu Jan 16 08:05:53 PST 2014
Author: stoklund
Date: Thu Jan 16 10:05:53 2014
New Revision: 199395
URL: http://llvm.org/viewvc/llvm-project?rev=199395&view=rev
Log:
This test works just fine on SPARC now.
Modified:
test-suite/trunk/SingleSource/Benchmarks/Misc/mandel.c
Modified: test-suite/trunk/SingleSource/Benchmarks/Misc/mandel.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/Misc/mandel.c?rev=199395&r1=199394&r2=199395&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/Misc/mandel.c (original)
+++ test-suite/trunk/SingleSource/Benchmarks/Misc/mandel.c Thu Jan 16 10:05:53 2014
@@ -1,10 +1,3 @@
-/* Sparc is not C99-compliant */
-#if defined(sparc) || defined(__sparc__) || defined(__sparcv9)
-
-int main() { return 0; }
-
-#else /* sparc */
-
#define ESCAPE 2
#ifdef SMALL_PROBLEM_SIZE
#define IMAGE_SIZE 500
@@ -55,5 +48,3 @@ int main() {
printf("%d\n", (int)accum);
return 0;
}
-
-#endif /* sparc */
More information about the llvm-commits
mailing list