Skip to content

Commit f80d13c

Browse files
committed
Fix lit test
Change-Id: I2fd135a0086db33ab0fd1520d88d38dbadde884a
1 parent d13e191 commit f80d13c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

llvm/test/CodeGen/Hexagon/hwloop-dist-check.mir

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -run-pass=hwloops %s -o - | FileCheck %s
1+
# RUN: llc --mtriple=hexagon -run-pass=hwloops %s -o - | FileCheck %s
22

33
# CHECK-LABEL: name: f
44
# CHECK: [[R1:%[0-9]+]]:predregs = C2_cmpgti [[R0:%[0-9]+]], 0
@@ -63,11 +63,7 @@
6363
; Function Attrs: nocallback nofree nosync nounwind speculatable willreturn memory(none)
6464
declare i32 @llvm.smax.i32(i32, i32) #1
6565

66-
attributes #0 = { minsize nofree norecurse nosync nounwind optsize memory(write, argmem: none, inaccessiblemem: none) "frame-pointer"="all" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-cpu"="hexagonv68" "target-features"="+v68,-long-calls" }
67-
attributes #1 = { nocallback nofree nosync nounwind speculatable willreturn memory(none) }
68-
6966
!llvm.module.flags = !{!0, !1, !2, !3}
70-
7167
!0 = !{i32 1, !"wchar_size", i32 4}
7268
!1 = !{i32 8, !"PIC Level", i32 2}
7369
!2 = !{i32 7, !"PIE Level", i32 2}

0 commit comments

Comments
 (0)