OSDN Git Service

Fix incorrect CHECK-LABEL
authorTim Shen <timshen91@gmail.com>
Mon, 11 Jun 2018 19:56:12 +0000 (19:56 +0000)
committerTim Shen <timshen91@gmail.com>
Mon, 11 Jun 2018 19:56:12 +0000 (19:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334434 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/ScalarEvolution/fold.ll

index ba8f231..1006b9f 100644 (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