This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2e1f83 [AVR] Explicitly set the target in all CodeGen tests new 08e478d [AVR] Fix and clean up the inline assembly tests
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: lib/Target/AVR/AVRISelDAGToDAG.cpp | 4 +- test/CodeGen/AVR/inline-asm.ll | 337 ----------------------- test/CodeGen/AVR/inline-asm/inline-asm.ll | 203 ++++++++++++++ test/CodeGen/AVR/{ => inline-asm}/inline-asm2.ll | 0 test/CodeGen/AVR/inline-asm/multibyte.ll | 135 +++++++++ 5 files changed, 341 insertions(+), 338 deletions(-) delete mode 100644 test/CodeGen/AVR/inline-asm.ll create mode 100644 test/CodeGen/AVR/inline-asm/inline-asm.ll rename test/CodeGen/AVR/{ => inline-asm}/inline-asm2.ll (100%) create mode 100644 test/CodeGen/AVR/inline-asm/multibyte.ll