From 6e8e1abfd5dcc407951d4e7fa829cf50f0d0ed4a Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Wed, 11 Jun 2014 08:46:45 +0000 Subject: [PATCH] Improve the test for inlining of __no_debug__ functions. llvm-svn: 210645 --- llvm/test/DebugInfo/inline-no-debug-info.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/inline-no-debug-info.ll b/llvm/test/DebugInfo/inline-no-debug-info.ll index b4e04001237e..2257b8961fb5 100644 --- a/llvm/test/DebugInfo/inline-no-debug-info.ll +++ b/llvm/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"