1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00

Fix incorrect CHECK-LABEL

llvm-svn: 334434
This commit is contained in:
Tim Shen 2018-06-11 19:56:12 +00:00
parent fbd803e9e0
commit 8102120351

View File

@ -118,7 +118,7 @@ define i64 @test9(i64 %a) {
}
define i64 @test10(i64 %a, i64 %b) {
; CHECK-LABEL: @test9
; CHECK-LABEL: @test10
%t0 = udiv i64 %a, 100000000000000
%t1 = udiv i64 %t0, 100000000000000
%t2 = mul i64 %b, %t1