Fix the build in c++11 mode.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 17 May 2013 22:45:52 +0000 (22:45 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 17 May 2013 22:45:52 +0000 (22:45 +0000)
commiteee6cdd7819b66e0d95a7a18337569b981374937
tree5fd1ad4317a80854d354614e27ef82e952d4f4c0
parent9aa8fdfddb7a01f52d887176823dfc4e3f9a81a1
Fix the build in c++11 mode.

The errors were:

non-constant-expression cannot be narrowed from type 'int64_t' (aka 'long') to 'uint32_t' (aka 'unsigned int') in initializer list

and

non-constant-expression cannot be narrowed from type 'long' to 'uint32_t' (aka 'unsigned int') in initializer list

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182168 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/MCTargetDesc/R600MCCodeEmitter.cpp