[llvm-commits] [dragonegg] r142343 - /dragonegg/trunk/src/Backend.cpp
Duncan Sands
baldrick at free.fr
Tue Oct 18 01:22:14 PDT 2011
Author: baldrick
Date: Tue Oct 18 03:22:14 2011
New Revision: 142343
URL: http://llvm.org/viewvc/llvm-project?rev=142343&view=rev
Log:
No need to explicitly enable vector select support: it is now the
default.
Modified:
dragonegg/trunk/src/Backend.cpp
Modified: dragonegg/trunk/src/Backend.cpp
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/src/Backend.cpp?rev=142343&r1=142342&r2=142343&view=diff
==============================================================================
--- dragonegg/trunk/src/Backend.cpp (original)
+++ dragonegg/trunk/src/Backend.cpp Tue Oct 18 03:22:14 2011
@@ -340,8 +340,6 @@
if (flag_split_stack)
Args.push_back("--segmented-stacks");
#endif
- // Enable the experimental vector type legalization by element promotion code.
- Args.push_back("--promote-elements");
// If there are options that should be passed through to the LLVM backend
// directly from the command line, do so now. This is mainly for debugging
More information about the llvm-commits
mailing list