[clang] Replace call to private ctor with ElementCount::getScalable (2/2)
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Aug 2020 16:39:44 +0000 (09:39 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Wed, 19 Aug 2020 16:40:46 +0000 (09:40 -0700)
commit6b742cc48d91f35bfa98844d5add3655f33f8326
tree6f0e614638adc68e4dbca9cf07ffa7d26ce7ce4b
parent0814fcb7278a7101a6d7d6de9209981aeec4de5b
[clang] Replace call to private ctor with ElementCount::getScalable (2/2)

Update the code for D86120 which made the constructors of `ElementCount`
private. Apparently I missed another instance in the macro just below.
clang/lib/AST/ASTContext.cpp