forked from OSchip/llvm-project
[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:
parent
e1d02f6c37
commit
0a96885940
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue