This commit is contained in:
Vladimir Kozlov 2009-05-08 10:34:31 -07:00
commit b5cff6a1a0
17 changed files with 999 additions and 19 deletions

View file

@ -2189,6 +2189,9 @@ class CommandLineFlags {
diagnostic(bool, PrintIntrinsics, false, \
"prints attempted and successful inlining of intrinsics") \
\
product(bool, UseCountLeadingZerosInstruction, false, \
"Use count leading zeros instruction") \
\
product(bool, UsePopCountInstruction, false, \
"Use population count instruction") \
\