Inline variable into assert
authorMatthias Braun <matze@braunis.de>
Sat, 23 Jan 2016 06:49:29 +0000 (06:49 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 23 Jan 2016 06:49:29 +0000 (06:49 +0000)
commit327bca776c3e0c91af08ba715f390c678f6ac0ad
tree1a2c02621f427381439a47960916d7dc3710d392
parent9974fa9c8c234019b92c6c8485bbbc18314c2bc7
Inline variable into assert

Seems like some compilers still give unused variable warnings for
bool var = ...;
(void)var;
so I have to inline the variable.

llvm-svn: 258619
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp