Skip to content

Commit ad3d595

Browse files
committed
clean up 6
1 parent 239bf83 commit ad3d595

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/Frontend/HLSL/HLSLBinding.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ struct Binding {
113113
Cookie(Cookie) {}
114114

115115
bool isUnbounded() const { return UpperBound == ~0U; }
116+
116117
bool operator==(const Binding &RHS) const {
117118
return std::tie(RC, Space, LowerBound, UpperBound, Cookie) ==
118119
std::tie(RHS.RC, RHS.Space, RHS.LowerBound, RHS.UpperBound,

0 commit comments

Comments
 (0)