commit | 8f0d1f053f3acadec28a2b1c0b6a714ad5a12aab | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Thu Mar 14 11:17:20 2013 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Thu Mar 14 11:17:20 2013 +0000 |
tree | 5b78d2cf413356fe4385a05a75c4b8a303de08d1 | |
parent | d3cf17b5f1fed43dbd0cd35c43d15139803c9c84 [diff] |
Fix an unused variable warning from Clang by sinking a dyn_cast into an isa and a cast inside the assert. The efficiency concern isn't really important here. The code should likely be cleaned up a bit more, especially getting a message into the assert. Please review Rafael. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177053 91177308-0d34-0410-b5e6-96231b3b80d8