From 0e1f75bff873e18c4f30d57af56cd86fd48bbd01 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210645 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/inline-no-debug-info.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"