Macro debug info support in LLVM IR
[oota-llvm.git] / lib / IR / DIBuilder.cpp
index 09b540350c28a24a99273145fecf9e69a750f56f..b7841fe2b85cc5b51171df45ba0749c728729f0e 100644 (file)
@@ -148,7 +148,7 @@ DICompileUnit *DIBuilder::createCompileUnit(
   CUNode = DICompileUnit::getDistinct(
       VMContext, Lang, DIFile::get(VMContext, Filename, Directory), Producer,
       isOptimized, Flags, RunTimeVer, SplitName, Kind, nullptr,
-      nullptr, nullptr, nullptr, nullptr, DWOId);
+      nullptr, nullptr, nullptr, nullptr, nullptr, DWOId);
 
   // Create a named metadata so that it is easier to find cu in a module.
   // Note that we only generate this when the caller wants to actually