mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 18:24:05 +00:00
fix a typo in the test
llvm-svn: 142153
This commit is contained in:
parent
8ed6f090ef
commit
60c9b81158
@ -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