Skip to content

Commit 65e202d

Browse files
Updated doxygen
1 parent 4713f95 commit 65e202d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llvm/unittests/Analysis/VectorFunctionABITest.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ namespace {
2222
/// given by the string FunctionType.
2323
/// 3. The number of vector parameters and their types match the values
2424
/// specified in the test.
25-
/// On masked functions, when the VFISAKind is SVE or AdvancedSIMD (NEON) it
26-
/// also checks that the last parameter is a mask (ie, GlobalPredicate).
27-
/// TODO: Other VFISAKinds must add such checks according to their ABI
28-
/// specification.
25+
/// On masked functions it also checks that the last parameter is a mask (ie,
26+
/// GlobalPredicate).
2927
/// 4. The function is correctly found to have a mask.
3028
///
3129
class VFABIParserTest : public ::testing::Test {

0 commit comments

Comments
 (0)