From 58e3269aa509ca6d48abb697a408e0233a25b525 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 12 Apr 2016 02:16:15 +0000 Subject: [PATCH] TargetLowering: Add missing doxygen group end. The missing end was also confusing the '{', '}' matching heuristics in vim. llvm-svn: 266036 --- llvm/include/llvm/Target/TargetLowering.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h index b52fd94..994071b 100644 --- a/llvm/include/llvm/Target/TargetLowering.h +++ b/llvm/include/llvm/Target/TargetLowering.h @@ -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 -- 2.7.4