Improve the test for inlining of __no_debug__ functions.

llvm-svn: 210645
This commit is contained in:
Evgeniy Stepanov 2014-06-11 08:46:45 +00:00
parent c7af75f9a7
commit 6e8e1abfd5
1 changed files with 1 additions and 1 deletions

View File

@ -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"