Use std::fill instead of memset to initialize an array to avoid hardcoded...
Use std::fill instead of memset to initialize an array to avoid hardcoded count and a multiply. The outputed code is identical. llvm-svn: 254842
Loading
Please sign in to comment