[llvm] r325310 - Remove brittle check lines from a test, NFC

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 17:21:01 PST 2018


Author: vedantk
Date: Thu Feb 15 17:21:01 2018
New Revision: 325310

URL: http://llvm.org/viewvc/llvm-project?rev=325310&view=rev
Log:
Remove brittle check lines from a test, NFC

Modified:
    llvm/trunk/test/Transforms/InstCombine/debuginfo-variables.ll

Modified: llvm/trunk/test/Transforms/InstCombine/debuginfo-variables.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/debuginfo-variables.ll?rev=325310&r1=325309&r2=325310&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/debuginfo-variables.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/debuginfo-variables.ll Thu Feb 15 17:21:01 2018
@@ -93,44 +93,3 @@ define void @test_and(i64 %A) {
   %1 = and i64 %A, 256
   ret void
 }
-
-; CHECK: !8 = !DILocalVariable(name: "1", scope: !5, file: !1, line: 1, type: !9)
-; CHECK: !10 = !DILocalVariable(name: "2", scope: !5, file: !1, line: 2, type: !11)
-; CHECK: !12 = !DILocation(line: 2, column: 1, scope: !5)
-; CHECK: !13 = !DILocation(line: 1, column: 1, scope: !5)
-
-; CHECK: !17 = !DILocalVariable(name: "3", scope: !15, file: !1, line: 4, type: !11)
-; CHECK: !18 = !DILocation(line: 4, column: 1, scope: !15)
-
-; CHECK: !22 = !DILocalVariable(name: "4", scope: !20, file: !1, line: 6, type: !9)
-; CHECK: !23 = !DILocation(line: 6, column: 1, scope: !20)
-
-; CHECK: !27 = !DILocalVariable(name: "5", scope: !25, file: !1, line: 8, type: !11)
-; CHECK: !28 = !DILocation(line: 8, column: 1, scope: !25)
-
-; CHECK: !32 = !DILocalVariable(name: "6", scope: !30, file: !1, line: 10, type: !11)
-; CHECK: !33 = !DILocation(line: 10, column: 1, scope: !30)
-
-; CHECK: !37 = !DILocalVariable(name: "7", scope: !35, file: !1, line: 12, type: !11)
-; CHECK: !38 = !DILocation(line: 12, column: 1, scope: !35)
-
-; CHECK: !42 = !DILocalVariable(name: "8", scope: !40, file: !1, line: 14, type: !11)
-; CHECK: !43 = !DILocation(line: 14, column: 1, scope: !40)
-
-; CHECK: !47 = !DILocalVariable(name: "9", scope: !45, file: !1, line: 16, type: !11)
-; CHECK: !48 = !DILocation(line: 16, column: 1, scope: !45)
-
-; CHECK: !52 = !DILocalVariable(name: "10", scope: !50, file: !1, line: 18, type: !11)
-; CHECK: !53 = !DILocation(line: 18, column: 1, scope: !50)
-
-; CHECK: !57 = !DILocalVariable(name: "11", scope: !55, file: !1, line: 20, type: !11)
-; CHECK: !58 = !DILocation(line: 20, column: 1, scope: !55)
-
-; CHECK: !62 = !DILocalVariable(name: "12", scope: !60, file: !1, line: 22, type: !11)
-; CHECK: !63 = !DILocation(line: 22, column: 1, scope: !60)
-
-; CHECK: !67 = !DILocalVariable(name: "13", scope: !65, file: !1, line: 24, type: !11)
-; CHECK: !68 = !DILocation(line: 24, column: 1, scope: !65)
-
-; CHECK: !72 = !DILocalVariable(name: "14", scope: !70, file: !1, line: 26, type: !11)
-; CHECK: !73 = !DILocation(line: 26, column: 1, scope: !70)




More information about the llvm-commits mailing list