[llvm] r245643 - delete more dead code from this testcase.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 20 17:02:05 PDT 2015


Author: adrian
Date: Thu Aug 20 19:02:04 2015
New Revision: 245643

URL: http://llvm.org/viewvc/llvm-project?rev=245643&view=rev
Log:
delete more dead code from this testcase.

Modified:
    llvm/trunk/test/DebugInfo/gvn.ll

Modified: llvm/trunk/test/DebugInfo/gvn.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/gvn.ll?rev=245643&r1=245642&r2=245643&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/gvn.ll (original)
+++ llvm/trunk/test/DebugInfo/gvn.ll Thu Aug 20 19:02:04 2015
@@ -20,9 +20,6 @@ target triple = "arm64-apple-ios"
 @b = common global i32 0, align 4
 
 ; Function Attrs: nounwind
-declare i32 @sample_internal(...)
-
-; Function Attrs: nounwind
 define void @f3() #0 {
 entry:
   ; Verify that the call still has a debug location after GVN.




More information about the llvm-commits mailing list