[all-commits] [llvm/llvm-project] c6e043: [BitVector] Cast integer literals to BitWord [NFC]
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Oct 29 05:57:09 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c6e04328814168c32764eb33736ee900b84996fe
https://github.com/llvm/llvm-project/commit/c6e04328814168c32764eb33736ee900b84996fe
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M llvm/include/llvm/ADT/BitVector.h
Log Message:
-----------
[BitVector] Cast integer literals to BitWord [NFC]
Associate the integer literals with BitWord, instead of the embedded UL suffix.
Required for https://reviews.llvm.org/D69336.
Committed on behalf of @ekatz (Ehud Katz)
Differential Revision: https://reviews.llvm.org/D69357
More information about the All-commits
mailing list