[TableGen] Simplify some code by using StringRef::find instead of std::find. NFC
[oota-llvm.git] / test / DebugInfo / bug_null_debuginfo.ll
index 5aaa3834a5f10e33a1202339d96f44a052053965..09e36db42b49c91b49380d129a46c5390119dcf2 100644 (file)
@@ -3,6 +3,6 @@
 !llvm.dbg.cu = !{!0}
 !llvm.module.flags = !{!2}
 
-!0 = !DICompileUnit(language: DW_LANG_C99, isOptimized: false, emissionKind: 0, file: !1, globals:  null)
+!0 = distinct !DICompileUnit(language: DW_LANG_C99, isOptimized: false, emissionKind: 0, file: !1, globals:  null)
 !1 = !DIFile(filename: "t", directory: "")
 !2 = !{i32 1, !"Debug Info Version", i32 3}