[all-commits] [llvm/llvm-project] 8c26f4: [clang, ARM, MVE] Remove redundant #includes in test...
Simon Tatham via All-commits
all-commits at lists.llvm.org
Thu Feb 27 01:39:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8c26f42fe90e3f8612d2f57a3c9c5e7fcff5e91e
https://github.com/llvm/llvm-project/commit/8c26f42fe90e3f8612d2f57a3c9c5e7fcff5e91e
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
M clang/test/CodeGen/arm-mve-intrinsics/absneg.c
Log Message:
-----------
[clang,ARM,MVE] Remove redundant #includes in test file.
I made that file by pasting together several pieces, and forgot to
take out the #include <arm_mve.h> from the tops of the later ones, so
the test was pointlessly including the same header five times. NFC.
More information about the All-commits
mailing list