X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=docs%2FCommandGuide%2FFileCheck.rst;h=03c8829767760120a3cb82430fc1104aa29fb653;hp=f48bf474519dc4ffdca4d59b38ebf1b65884ca6a;hb=e56023a059e5fafa97f0df32c65cf31cfc33ba17;hpb=a0c307d62375179dd60d565152b81beb15371ad7 diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index f48bf474519..03c88297677 100644 --- a/docs/CommandGuide/FileCheck.rst +++ b/docs/CommandGuide/FileCheck.rst @@ -200,9 +200,9 @@ For example, the following works like you'd expect: .. code-block:: llvm - !0 = !MDLocation(line: 5, scope: !1, inlinedAt: !2) + !0 = !DILocation(line: 5, scope: !1, inlinedAt: !2) - ; CHECK: !MDLocation(line: 5, + ; CHECK: !DILocation(line: 5, ; CHECK-NOT: column: ; CHECK-SAME: scope: ![[SCOPE:[0-9]+]]