[NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): pass a vector to EmitCheck()
authorRoman Lebedev <lebedev.ri@gmail.com>
Fri, 6 Sep 2019 14:19:04 +0000 (14:19 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Fri, 6 Sep 2019 14:19:04 +0000 (14:19 +0000)
commitf1d33842b9d0701bf31a51c21c8bf9af5dd79138
tree5ae743343ec3c3f2f76801cd1524213daa668e6d
parent8f03dcdc91326fcccaa7aabe2fe898fd3c9c4e58
[NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): pass a vector to EmitCheck()

Will be easier to add a new 'check' in a follow-up.

This was originally part of https://reviews.llvm.org/D67122

llvm-svn: 371208
clang/lib/CodeGen/CGExprScalar.cpp