Skip to content

Commit 7427732

Browse files
committed
OptPrimType
1 parent f634924 commit 7427732

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
@@ -2869,7 +2869,7 @@ static bool interp__builtin_ia32_phminposuw(InterpState &S, CodePtr OpPC,
28692869

28702870
unsigned SourceLen = Source.getNumElems();
28712871
QualType ElemQT = getElemType(Source);
2872-
PrimType ElemT = S.getContext().classify(ElemQT);
2872+
OptPrimType ElemT = S.getContext().classify(ElemQT);
28732873
unsigned LaneBitWidth = S.getASTContext().getTypeSize(ElemQT);
28742874

28752875
bool DestUnsigned = Call->getCallReturnType(S.getASTContext())

0 commit comments

Comments
 (0)