diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-09-06 03:01:15 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2011-09-06 03:01:15 +0000 |
commit | 3ab15558d7698201a7d6b9c1831394d18145ffb6 (patch) | |
tree | 1101aeda4ce093e8e1b0355009bd323ed5b8f114 /llvm/lib/Analysis/ScalarEvolution.cpp | |
parent | 8ed0ef9bae4d53df19890a514ee649fcabe814b6 (diff) | |
download | bcm5719-llvm-3ab15558d7698201a7d6b9c1831394d18145ffb6.tar.gz bcm5719-llvm-3ab15558d7698201a7d6b9c1831394d18145ffb6.zip |
PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:
RUN: foo
RUN: bar || true
is equivalent to:
RUN: foo && bar || true
which is equivalent to:
RUN: (foo && bar) || true
This resulted in several of the fixit tests not really testing anything.
llvm-svn: 139132
Diffstat (limited to 'llvm/lib/Analysis/ScalarEvolution.cpp')
0 files changed, 0 insertions, 0 deletions