Fix a conversion warning in the mingw32 build
authorAlp Toker <alp@nuanti.com>
Fri, 18 Oct 2013 07:53:25 +0000 (07:53 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 18 Oct 2013 07:53:25 +0000 (07:53 +0000)
commit7a7fc90ba3419490c478174d78a3d1fb5373054d
tree8501daa07779240357537d2937635324b83a0077
parent8d433bd458b37327e2fa979a3234762f206b3467
Fix a conversion warning in the mingw32 build

gcc diagnoses this:
  warning: converting to non-pointer type 'unsigned int' from NULL

Also remove an empty statement.

No change in functionality.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192955 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Windows/Memory.inc