[llvm-commits] [test-suite] r47821 - /test-suite/trunk/SingleSource/UnitTests/Vector/Makefile
Chris Lattner
sabre at nondot.org
Sun Mar 2 00:15:04 PST 2008
Author: lattner
Date: Sun Mar 2 02:15:03 2008
New Revision: 47821
URL: http://llvm.org/viewvc/llvm-project?rev=47821&view=rev
Log:
These all pass with the CBE now.
Modified:
test-suite/trunk/SingleSource/UnitTests/Vector/Makefile
Modified: test-suite/trunk/SingleSource/UnitTests/Vector/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Vector/Makefile?rev=47821&r1=47820&r2=47821&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Vector/Makefile (original)
+++ test-suite/trunk/SingleSource/UnitTests/Vector/Makefile Sun Mar 2 02:15:03 2008
@@ -13,9 +13,6 @@
DIRS += SSE
endif
-# FIXME: CBE doesn't support vectors yet: PR1126
-DISABLE_CBE=1
-
include $(LEVEL)/SingleSource/Makefile.singlesrc
More information about the llvm-commits
mailing list