llvm-6502/include/llvm/Transforms
Kaelyn Uhrain 46af5e8efa Fix a narrowing warning due to a type mismatch (size_t vs uint64).
lib/Transforms/Instrumentation/AddressSanitizer.cpp:1405:36: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
    getAllocaSizeInBytes(AI),
    ^~~~~~~~~~~~~~~~~~~~~~~~

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196623 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-06 23:09:24 +00:00
..
IPO Add #pragma vectorize enable/disable to LLVM 2013-12-05 21:20:02 +00:00
Utils Fix a narrowing warning due to a type mismatch (size_t vs uint64). 2013-12-06 23:09:24 +00:00
Instrumentation.h
IPO.h
ObjCARC.h
Scalar.h
Vectorize.h Add #pragma vectorize enable/disable to LLVM 2013-12-05 21:20:02 +00:00