[TableGen] Simplify some code by using StringRef::find instead of std::find. NFC
[oota-llvm.git] / test / DebugInfo / bug_null_debuginfo.ll
index a7fdf70d71c798a31f9bc39f350d8adefbbea1cb..09e36db42b49c91b49380d129a46c5390119dcf2 100644 (file)
@@ -1,6 +1,8 @@
-; RUN: llc
-
+; RUN: llc < %s
 
 !llvm.dbg.cu = !{!0}
+!llvm.module.flags = !{!2}
 
-!0 = metadata !{null, null, 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}