Skip to content
Commit 11ff52bf authored by George Burgess IV's avatar George Burgess IV
Browse files

[CFLAA] Use unsigned numbers for bit-shifts.

This uses `1U` instead of `1ULL` because StratifiedAttrs is a 32-bit
bitset.

Thanks to Hans-Bernhard Broker for bringing this up.

llvm-svn: 273902
parent 16ed57c8
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