commit | 3734a337e9dc217e929e13e6f66be2be2e77c953 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Sat Mar 29 11:07:40 2014 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Sat Mar 29 11:07:40 2014 +0000 |
tree | 4ba660cf6f7d1e3f1748485bdfd1affd849100ac | |
parent | 7b837d8c75f78fe55c9b348b9ec2281169a48d2a [diff] |
[ARM64] Fix 'assert("...")' to be 'assert(0 && "...")'. Otherwise, it is no assert at all. ;] Some of these should probably be switched to llvm_unreachable, but I didn't want to perturb the behavior in this patch. Found by -Wstring-conversion, which I'll try to turn on in CMake builds at least as it is finding useful things. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205091 91177308-0d34-0410-b5e6-96231b3b80d8