[AVR][test] Remove test for naked function containing a return.
authorSimon Wallis <simon.wallis2@arm.com>
Tue, 9 Jun 2020 07:32:46 +0000 (08:32 +0100)
committerSimon Wallis <simon.wallis2@arm.com>
Tue, 9 Jun 2020 08:06:47 +0000 (09:06 +0100)
commit0645c4d34f1c755760aee4d15e2665be1ed7c2a4
tree747911fa90316bc7be7997b1c0c60cd863c272cf
parent49dd8e79913cc10676902fd2033a090758cf9b90
[AVR][test] Remove test for naked function containing a return.

Summary:
Remove an old test for an explicit return in a naked function from test/CodeGen/AVR/return.ll

clang no longer allows a C return in a naked function.

This test is causing failure of the patch https://reviews.llvm.org/D80715

Reviewers: llvm-commits, dylanmckay

Reviewed By: dylanmckay

Subscribers: Jim

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D81099

Change-Id: Id218027e520247ae480b92e7801a660fbe0cf29b
llvm/test/CodeGen/AVR/return.ll