Move variable only used inside an assert into the assert.
authorSterling Augustine <saugustine@google.com>
Thu, 10 Jun 2021 20:12:46 +0000 (13:12 -0700)
committerSterling Augustine <saugustine@google.com>
Thu, 10 Jun 2021 20:14:45 +0000 (13:14 -0700)
commit1d3873d41eca67e974bafbaa91866581bcc0d973
treebc007e568fd651e33d672d88f71188c5c75d2a66
parentb6ee5f2b1df66987e65e1b636ba9ae1554b0334b
Move variable only used inside an assert into the assert.

This prevents build failures with -Wunused.
clang/lib/Serialization/ASTReaderStmt.cpp