diff options
| author | Kaelyn Uhrain <rikka@google.com> | 2013-12-06 23:09:24 +0000 | 
|---|---|---|
| committer | Kaelyn Uhrain <rikka@google.com> | 2013-12-06 23:09:24 +0000 | 
| commit | 27fddbaf2145eb109b1c5f3d81106454e6a45bbf (patch) | |
| tree | 2d54271484aed8d216d562d16219a78d14c3f101 /llvm/lib/CodeGen/MachineScheduler.cpp | |
| parent | 27aa00155898b1bdee2da52a67c49c5bf00e4230 (diff) | |
| download | llvm-27fddbaf2145eb109b1c5f3d81106454e6a45bbf.zip llvm-27fddbaf2145eb109b1c5f3d81106454e6a45bbf.tar.gz llvm-27fddbaf2145eb109b1c5f3d81106454e6a45bbf.tar.bz2  | |
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),
    ^~~~~~~~~~~~~~~~~~~~~~~~
llvm-svn: 196623
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions
