llvm-project/llvm/lib/Transforms/InstCombine
Adrian Prantl 4dfcc4a788 Remove @brief commands from doxygen comments, too.
This is a follow-up to r331272.

We've been running doxygen with the autobrief option for a couple of
years now. This makes the \brief markers into our comments
redundant. Since they are a visual distraction and we don't want to
encourage more \brief markers in new code either, this patch removes
them all.

Patch produced by
  for i in $(git grep -l '\@brief'); do perl -pi -e 's/\@brief //g' $i & done

https://reviews.llvm.org/D46290

llvm-svn: 331275
2018-05-01 16:10:38 +00:00
..
CMakeLists.txt [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
InstCombineAddSub.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
InstCombineAndOrXor.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
InstCombineCalls.cpp [X86] Remove the pmuldq/pmuldq intrinsics and replace with native IR. 2018-04-13 06:07:18 +00:00
InstCombineCasts.cpp Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
InstCombineCompares.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
InstCombineInternal.h Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
InstCombineLoadStoreAlloca.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
InstCombineMulDivRem.cpp Remove @brief commands from doxygen comments, too. 2018-05-01 16:10:38 +00:00
InstCombinePHI.cpp Fix a couple of layering violations in Transforms 2018-03-21 22:34:23 +00:00
InstCombineSelect.cpp [InstCombine] clean up foldSelectICmpAnd(); NFC 2018-04-25 16:34:01 +00:00
InstCombineShifts.cpp [InstCombine] move constant check into foldBinOpIntoSelectOrPhi; NFCI 2018-02-28 16:36:24 +00:00
InstCombineSimplifyDemanded.cpp [X86] Remove the pmuldq/pmuldq intrinsics and replace with native IR. 2018-04-13 06:07:18 +00:00
InstCombineVectorOps.cpp [InstCombine] Gracefully handle out of range extractelement indices 2017-12-27 12:00:18 +00:00
InstructionCombining.cpp Remove \brief commands from doxygen comments. 2018-05-01 15:54:18 +00:00
LLVMBuild.txt