[llvm] r266036 - TargetLowering: Add missing doxygen group end.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 19:16:16 PDT 2016


Author: matze
Date: Mon Apr 11 21:16:15 2016
New Revision: 266036

URL: http://llvm.org/viewvc/llvm-project?rev=266036&view=rev
Log:
TargetLowering: Add missing doxygen group end.

The missing end was also confusing the '{', '}' matching heuristics in
vim.

Modified:
    llvm/trunk/include/llvm/Target/TargetLowering.h

Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=266036&r1=266035&r2=266036&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Mon Apr 11 21:16:15 2016
@@ -1198,6 +1198,8 @@ public:
     return false;
   }
 
+  /// @}
+
   /// Returns true if we should normalize
   /// select(N0&N1, X, Y) => select(N0, select(N1, X, Y), Y) and
   /// select(N0|N1, X, Y) => select(N0, select(N1, X, Y, Y)) if it is likely




More information about the llvm-commits mailing list