diff options
author | Sanjay Patel <spatel@rotateright.com> | 2020-04-19 10:19:37 -0400 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2020-04-19 10:22:11 -0400 |
commit | 720015e53790427872bea37a8ee41ed1cc6e93b5 (patch) | |
tree | 4e1ec047c01d582eabeb25157d3361dfdf812cc3 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | e01ae1506630f31ab9f5eea9c0efd6323ef62fff (diff) | |
download | llvm-720015e53790427872bea37a8ee41ed1cc6e93b5.zip llvm-720015e53790427872bea37a8ee41ed1cc6e93b5.tar.gz llvm-720015e53790427872bea37a8ee41ed1cc6e93b5.tar.bz2 |
[x86] avoid build warning for enum mismatch; NFC
gcc may warn here because X86ISD::NodeType is specified as "unsigned",
but ISD::NodeType is a naked C enum (although passed as an "unsigned"
throughout SDAG).
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions