From 6973889a622c456d09ab89d73e9a27ef44acc97f Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 21 Aug 2015 00:02:04 +0000 Subject: [PATCH] delete more dead code from this testcase. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245643 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/gvn.ll | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/DebugInfo/gvn.ll b/test/DebugInfo/gvn.ll index 15d2fde9aa8..85137f00e44 100644 --- a/test/DebugInfo/gvn.ll +++ b/test/DebugInfo/gvn.ll @@ -19,9 +19,6 @@ target triple = "arm64-apple-ios" @a = common global i32 0, align 4 @b = common global i32 0, align 4 -; Function Attrs: nounwind -declare i32 @sample_internal(...) - ; Function Attrs: nounwind define void @f3() #0 { entry: -- 2.34.1