Move variable only used in an assert into the assert itself.
authorSterling Augustine <saugustine@google.com>
Sat, 7 Dec 2019 01:09:19 +0000 (17:09 -0800)
committerSterling Augustine <saugustine@google.com>
Sat, 7 Dec 2019 01:09:19 +0000 (17:09 -0800)
commitaa3c877fb58db238a86e734511bdeed9bc40086c
tree7e0b74f8a01f98da2dc76b81fe4b60a8e2556171
parent5253d9138eb31252594f5e14133df731551839c7
Move variable only used in an assert into the assert itself.

This prevents unused variable warnings from breaking the build.
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp