Skip to content

Commit f61df65

Browse files
committed
requested fixes
1 parent aa54b9a commit f61df65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/AVR/issue-163015.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc < %s -mtriple=avr | FileCheck -v -dump-input always %s
1+
; RUN: llc < %s -mtriple=avr | FileCheck %s
22

33
%Tstats = type <{ i8, i8 }>
44
@ui1 = protected local_unnamed_addr global i64 zeroinitializer, align 8
@@ -7,7 +7,7 @@
77
@stats = external protected global %Tstats, align 1
88

99
; CHECK-LABEL: main:
10-
define protected noundef i32 @main(i32 %0, ptr nocapture readnone %1) local_unnamed_addr addrspace(1) #0 {
10+
define protected noundef i32 @main(i32 %0, ptr nocapture readnone %1) addrspace(1) #0 {
1111
entry:
1212
store i64 94, ptr @ui1, align 8
1313
store i64 53, ptr @ui2, align 8

0 commit comments

Comments
 (0)