[llvm-commits] [llvm] r62545 - in /llvm/trunk: include/llvm/Analysis/DebugInfo.h lib/Analysis/DebugInfo.cpp lib/CodeGen/AsmPrinter/DwarfWriter.cpp lib/CodeGen/SelectionDAG/FastISel.cpp lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
Duncan Sands
baldrick at free.fr
Tue Jan 20 00:11:43 PST 2009
Hi Devang,
> @@ -117,6 +118,8 @@
> std::string getFilename() const { return getStringField(3); }
> std::string getDirectory() const { return getStringField(4); }
> std::string getProducer() const { return getStringField(5); }
> + /// Verify - Verify that a compile unit is well formed.
> + bool Verify() const;
missing blank line between getProducer and Verify.
Ciao,
Duncan.
More information about the llvm-commits
mailing list