Skip to content
Commit 24f1a0e7 authored by Reid Spencer's avatar Reid Spencer
Browse files

The 64-bit constructor for ConstantInt changes from int64_t to uint64_t.

This caused a warning for construction with -1. Avoid the warning by using
-1ULL instead.

llvm-svn: 34796
parent fad3f247
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment