[llvm] r210645 - Improve the test for inlining of __no_debug__ functions.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Wed Jun 11 01:46:47 PDT 2014


Author: eugenis
Date: Wed Jun 11 03:46:45 2014
New Revision: 210645

URL: http://llvm.org/viewvc/llvm-project?rev=210645&view=rev
Log:
Improve the test for inlining of __no_debug__ functions.

Modified:
    llvm/trunk/test/DebugInfo/inline-no-debug-info.ll

Modified: llvm/trunk/test/DebugInfo/inline-no-debug-info.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/inline-no-debug-info.ll?rev=210645&r1=210644&r2=210645&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/inline-no-debug-info.ll (original)
+++ llvm/trunk/test/DebugInfo/inline-no-debug-info.ll Wed Jun 11 03:46:45 2014
@@ -24,7 +24,7 @@
 ; CHECK-DAG: [[A]] = metadata !{i32 4, i32 0, metadata !{{[01-9]+}}, null}
 
 ; Debug location of the inlined code.
-; CHECK-DAG: [[B]] = metadata !{i32 2, i32 0, metadata !{{[01-9]+}}, metadata !{{[01-9]+}}}
+; CHECK-DAG: [[B]] = metadata !{i32 2, i32 0, metadata !{{[01-9]+}}, metadata [[A]]}
 
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"





More information about the llvm-commits mailing list