diff options
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r-- | llvm/docs/CommandGuide/FileCheck.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst index f48bf474519..03c88297677 100644 --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/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]+]] |