[PATCH] D81099: [AVR][test] Remove test for naked function containing a return.
Simon Wallis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 01:36:48 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0645c4d34f1c: [AVR][test] Remove test for naked function containing a return. (authored by simonwallis2).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81099/new/
https://reviews.llvm.org/D81099
Files:
llvm/test/CodeGen/AVR/return.ll
Index: llvm/test/CodeGen/AVR/return.ll
===================================================================
--- llvm/test/CodeGen/AVR/return.ll
+++ llvm/test/CodeGen/AVR/return.ll
@@ -123,12 +123,6 @@
ret i32 %result
}
-define i32 @naked(i32 %x) naked {
-; CHECK-LABEL: naked:
-; CHECK-NOT: ret
- ret i32 %x
-}
-
define avr_intrcc void @interrupt_handler() {
; CHECK-LABEL: interrupt_handler:
; CHECK: reti
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81099.269437.patch
Type: text/x-patch
Size: 416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200609/7a004b73/attachment.bin>
More information about the llvm-commits
mailing list