This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9d740a4 Update stale doxygen links in ProgrammersManual.rst new e203309 add/move codegen tests for and/or of setcc; NFC
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/CodeGen/ARM/and-setcc.ll | 36 ----------------- test/CodeGen/ARM/setcc-logic.ll | 79 +++++++++++++++++++++++++++++++++++++ test/CodeGen/PowerPC/and-setcc.ll | 35 ---------------- test/CodeGen/PowerPC/setcc-logic.ll | 62 +++++++++++++++++++++++++++++ test/CodeGen/X86/setcc-logic.ll | 34 +++++++++++++++- 5 files changed, 173 insertions(+), 73 deletions(-) delete mode 100644 test/CodeGen/ARM/and-setcc.ll create mode 100644 test/CodeGen/ARM/setcc-logic.ll delete mode 100644 test/CodeGen/PowerPC/and-setcc.ll