mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
fix a typo in the test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142153 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8fb06b3e8f
commit
9eee96a598
@ -44,7 +44,7 @@ define <3 x i8> @test_char_div(<3 x i8> %num, <3 x i8> %div) {
|
||||
ret <3 x i8> %div.r
|
||||
}
|
||||
|
||||
; CHECK: test_char_div
|
||||
; CHECK: test_uchar_div
|
||||
define <3 x i8> @test_uchar_div(<3 x i8> %num, <3 x i8> %div) {
|
||||
; CHECK: divb
|
||||
; CHECK: divb
|
||||
|
Loading…
x
Reference in New Issue
Block a user