Removed extraneous doxygen end module statement.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 28 Jan 2013 03:30:34 +0000 (03:30 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 28 Jan 2013 03:30:34 +0000 (03:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173652 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARCExpand.cpp

index a65367aa6ecc68b8a984c7fa0e9b415d832f4419..ffc54050d0bdad4f038560cbcc4e6904831d6036 100644 (file)
@@ -109,5 +109,3 @@ bool ObjCARCExpand::runOnFunction(Function &F) {
   return Changed;
 }
 
-/// @}
-///