Skip to content

Commit 827aee4

Browse files
sskzakariaRKSimon
andauthored
Update clang/lib/AST/ByteCode/InterpBuiltin.cpp
Co-authored-by: Simon Pilgrim <[email protected]>
1 parent a7b7aa7 commit 827aee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ByteCode/InterpBuiltin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3293,7 +3293,7 @@ static bool interp__builtin_vec_set(InterpState &S, CodePtr OpPC,
32933293
return true;
32943294
}
32953295

3296-
static bool evalICmpImm(uint8_t Imm, APSInt A, APSInt B, bool IsUnsigned) {
3296+
static bool evalICmpImm(uint8_t Imm, const APSInt &A, const APSInt &B, bool IsUnsigned) {
32973297
switch (Imm & 0x7) {
32983298
case 0x00: // _MM_CMPINT_EQ
32993299
return (A == B);

0 commit comments

Comments
 (0)