The intent of the negative #{{.*}} checks is to verify that the line
declaring/defining a function has no attribute, but they could restrict
later function declarations instead.
The 2008-09-02-FunctionNotes.ll check had allowed @fn3 to have an
attribute, because there is only a single "define void @fn3()" in the
output.
Whenever CHECK is selected with FileCheck --check-prefixes=, exactly one of CHECK-KNOWN or CHECK-UNKNOWN is also selected, so replacing the CHECK: on ffsl and ffsll isn't reducing the test coverage.