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)
llvm-svn: 173652

llvm/lib/Transforms/ObjCARC/ObjCARCExpand.cpp

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