[InstCombine] remove stray auto-generated test comment; NFC
authorSanjay Patel <spatel@rotateright.com>
Tue, 31 Mar 2020 13:16:02 +0000 (09:16 -0400)
committerSanjay Patel <spatel@rotateright.com>
Tue, 31 Mar 2020 13:19:12 +0000 (09:19 -0400)
The script now includes extra info about command-line options used
when generating its advertisement heading, but we don't want that
here. This is a special-case because we have enhanced the check
lines (as noted in the 2nd comment line).

llvm/test/Transforms/InstCombine/select_meta.ll

index e05883a..c76e8e1 100644 (file)
@@ -1,4 +1,4 @@
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --function test43
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; and enhanced to include metadata checking.
 
 ; RUN: opt < %s -instcombine -S | FileCheck %s