This commit is contained in:
Y. Srinivas Ramakrishna 2008-07-01 11:59:44 -07:00
commit 74ee57a572
477 changed files with 31302 additions and 2120 deletions

View file

@ -961,6 +961,9 @@ class CommandLineFlags {
diagnostic(bool, UseIncDec, true, \
"Use INC, DEC instructions on x86") \
\
product(bool, UseNewLongLShift, false, \
"Use optimized bitwise shift left") \
\
product(bool, UseStoreImmI16, true, \
"Use store immediate 16-bits value instruction on x86") \
\