[AMDGPU] Fix Windows build
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Fri, 12 Feb 2021 20:30:52 +0000 (12:30 -0800)
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>
Fri, 12 Feb 2021 20:30:52 +0000 (12:30 -0800)
commitc96e214b9ca7739737cf257baf32ff819854027d
tree94c132e2c1597780d674df1dfd08243e3a1a7c62
parenta65fb1916cb49b2f1ab3e7016fa54c04b2b048b4
[AMDGPU] Fix Windows build

A trivial fix, 64 bit constant is 1ull, not 1ul on Windows.
Fixed build broken by c0d7a8bc6241.
llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp