Skip to content

Commit 804db3d

Browse files
committed
Remove unneeded target-features attribute
1 parent 700a905 commit 804db3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/ARM/big-endian-vector-trunc.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
22
; RUN: llc -mtriple=armebv7-unknown-none-eabihf -mattr=+neon < %s | FileCheck %s
33

4-
define i32 @test(i64 %arg1) "target-features"="+neon" {
4+
define i32 @test(i64 %arg1) {
55
; CHECK-LABEL: test:
66
; CHECK: @ %bb.0: @ %entry
77
; CHECK-NEXT: subs r1, r1, #1

0 commit comments

Comments
 (0)