diff options
author | Sebastian Pop <spop@codeaurora.org> | 2014-05-29 19:44:09 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2014-05-29 19:44:09 +0000 |
commit | 20daf3276d1a32701ed7b5da9b6c3af49af5f7e1 (patch) | |
tree | 0b77144ff82aa2bbee50ad8c670d535cc75f4e77 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 5352408169d6b9927bc7fffd590fe8850eb93bb6 (diff) | |
download | llvm-20daf3276d1a32701ed7b5da9b6c3af49af5f7e1.zip llvm-20daf3276d1a32701ed7b5da9b6c3af49af5f7e1.tar.gz llvm-20daf3276d1a32701ed7b5da9b6c3af49af5f7e1.tar.bz2 |
implement missing SCEVDivision case
without this case we would end on an infinite recursion: the remainder is zero,
so Numerator - Remainder is equal to Numerator and so we would recursively ask
for the division of Numerator by Denominator.
llvm-svn: 209838
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions