[ARM] uxtb.ll - adjust armv6 triple so the update_llc_test_checks.py script can be...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 1 Jun 2022 14:28:11 +0000 (15:28 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 1 Jun 2022 14:28:19 +0000 (15:28 +0100)
No need to specify armv6-apple-darwin in these UXTB codegen tests

llvm/test/CodeGen/ARM/uxtb.ll

index f78db8a..1fc31d4 100644 (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: