[ARM] uxtb.ll - adjust armv6 triple so the update_llc_test_checks.py script can be used to regenerate the tests

No need to specify armv6-apple-darwin in these UXTB codegen tests
This commit is contained in:
Simon Pilgrim 2022-06-01 15:28:11 +01:00
parent e1d02f6c37
commit 0a96885940
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
; RUN: llc -mtriple armv6-apple-darwin -filetype asm -o - %s | FileCheck %s
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple armv6-- -filetype asm -o - %s | FileCheck %s
define i32 @test1(i32 %x) {
; CHECK-LABEL: test1: