diff options
author | Richard Trieu <rtrieu@google.com> | 2011-09-10 01:07:54 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2011-09-10 01:07:54 +0000 |
commit | 78a812bf2d377141fe854070836426df36862852 (patch) | |
tree | 5b0980e2f6fabb84a6ce11932baf4534ce8164cb /llvm/lib/Analysis/ScalarEvolution.cpp | |
parent | 28469ca3a5f1335b6534ebfab815accd8d658d0a (diff) | |
download | bcm5719-llvm-78a812bf2d377141fe854070836426df36862852.tar.gz bcm5719-llvm-78a812bf2d377141fe854070836426df36862852.zip |
Fix asserts in CodeGen from:
assert("error");
to:
assert(0 && "error");
llvm-svn: 139449
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
0 files changed, 0 insertions, 0 deletions