From: Vedant Kumar Date: Tue, 17 Jul 2018 18:08:34 +0000 (+0000) Subject: Remove an errant piece of !dbg metadata from a test, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbdc5a72a7945457caa5bbd3c6aab7f8eb95e529;p=llvm Remove an errant piece of !dbg metadata from a test, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337309 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/debuginfo-variables.ll b/test/Transforms/InstCombine/debuginfo-variables.ll index 50fffbf88b1..d277b6c3233 100644 --- a/test/Transforms/InstCombine/debuginfo-variables.ll +++ b/test/Transforms/InstCombine/debuginfo-variables.ll @@ -19,7 +19,7 @@ define i64 @test_used_sext_zext(i16 %A) { ; CHECK-NEXT: [[C2:%.*]] = zext i16 %A to i64 ; CHECK-NEXT: call void @llvm.dbg.value(metadata i64 [[C2]], {{.*}}, metadata !DIExpression()) ; CHECK-NEXT: call void @escape32(i32 %c1) -; CHECK-NEXT: ret i64 %c2, !dbg !23 +; CHECK-NEXT: ret i64 %c2 %c1 = zext i16 %A to i32 %c2 = sext i32 %c1 to i64 call void @escape32(i32 %c1)