[llvm] fa61b50 - [InstCombine] remove stray auto-generated test comment; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 06:19:19 PDT 2020
Author: Sanjay Patel
Date: 2020-03-31T09:19:12-04:00
New Revision: fa61b5059a361e52012b2945f408b93674d6318d
URL: https://github.com/llvm/llvm-project/commit/fa61b5059a361e52012b2945f408b93674d6318d
DIFF: https://github.com/llvm/llvm-project/commit/fa61b5059a361e52012b2945f408b93674d6318d.diff
LOG: [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).
Added:
Modified:
llvm/test/Transforms/InstCombine/select_meta.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstCombine/select_meta.ll b/llvm/test/Transforms/InstCombine/select_meta.ll
index e05883a7952e..c76e8e1e14ca 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
More information about the llvm-commits
mailing list