diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-29 11:07:40 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-29 11:07:40 +0000 |
commit | 7b7a67c5c8daa051e42837dc3e5e65adab9cf09c (patch) | |
tree | 2433de6e5a4ff04410752060f5b4eb84ebd73f68 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 00ed9964c65962e2afc8e3c83a2f7114b0ce25a0 (diff) | |
download | llvm-7b7a67c5c8daa051e42837dc3e5e65adab9cf09c.zip llvm-7b7a67c5c8daa051e42837dc3e5e65adab9cf09c.tar.gz llvm-7b7a67c5c8daa051e42837dc3e5e65adab9cf09c.tar.bz2 |
[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.
llvm-svn: 205091
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions