Tweak dead stores checker to not emit a warning when initialization
a scalar variable with a scalar parameter. This is a form of defensive programming. If the variable is unused, it will be caused by -Wunused-variable. llvm-svn: 98795
Loading
Please register or sign in to comment