remove extraneous ;
authorChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 01:28:09 +0000 (01:28 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 19 Jan 2010 01:28:09 +0000 (01:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93833 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DebugInfo.h

index b74fe7089b6b204f15715ed757495f79ad7f8905..365823ddf238643c97005a6dcf17be5a714fdef9 100644 (file)
@@ -475,7 +475,7 @@ namespace llvm {
   /// is not associated with any DWARF tag.
   class DILocation : public DIDescriptor {
   public:
-    explicit DILocation(MDNode *N) : DIDescriptor(N) { }
+    explicit DILocation(MDNode *N) : DIDescriptor(N) { }
 
     unsigned getLineNumber() const     { return getUnsignedField(0); }
     unsigned getColumnNumber() const   { return getUnsignedField(1); }