IR: Give 'DI' prefix to debug info metadata
[oota-llvm.git] / docs / CommandGuide / FileCheck.rst
index f48bf474519dc4ffdca4d59b38ebf1b65884ca6a..03c8829767760120a3cb82430fc1104aa29fb653 100644 (file)
@@ -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]+]]