Some targets don't support uint64_t options. Change type to unsigned.
Differential Revision: https://reviews.llvm.org/D28909
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294461
91177308-0d34-0410-b5e6-
96231b3b80d8
STATISTIC(NumSimplified, "Number of library calls simplified");
-static cl::opt<uint64_t> UnfoldElementAtomicMemcpyMaxElements(
+static cl::opt<unsigned> UnfoldElementAtomicMemcpyMaxElements(
"unfold-element-atomic-memcpy-max-elements",
cl::init(16),
cl::desc("Maximum number of elements in atomic memcpy the optimizer is "