From: Evgeniy Stepanov Date: Wed, 11 Jun 2014 08:46:45 +0000 (+0000) Subject: Improve the test for inlining of __no_debug__ functions. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0e1f75bff873e18c4f30d57af56cd86fd48bbd01;p=oota-llvm.git Improve the test for inlining of __no_debug__ functions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210645 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/inline-no-debug-info.ll b/test/DebugInfo/inline-no-debug-info.ll index b4e04001237..2257b8961fb 100644 --- a/test/DebugInfo/inline-no-debug-info.ll +++ b/test/DebugInfo/inline-no-debug-info.ll @@ -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"