From fa61b5059a361e52012b2945f408b93674d6318d Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Tue, 31 Mar 2020 09:16:02 -0400 Subject: [PATCH] [InstCombine] remove stray auto-generated test comment; NFC 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/InstCombine/select_meta.ll b/llvm/test/Transforms/InstCombine/select_meta.ll index e05883a..c76e8e1 100644 --- a/llvm/test/Transforms/InstCombine/select_meta.ll +++ b/llvm/test/Transforms/InstCombine/select_meta.ll @@ -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 -- 2.7.4