diff options
author | Eli Friedman <efriedma@codeaurora.org> | 2017-04-19 20:39:39 +0000 |
---|---|---|
committer | Eli Friedman <efriedma@codeaurora.org> | 2017-04-19 20:39:39 +0000 |
commit | f281d490cca74f370f5121bfd74a9c8175a7a118 (patch) | |
tree | a4ab87d0e472c91199015cac28c9171cb59c3899 /llvm/test/CodeGen/ARM/vtbl.ll | |
parent | 87276d68cd85368e8b5ec61e7b62bec72ec0c7b3 (diff) | |
download | bcm5719-llvm-f281d490cca74f370f5121bfd74a9c8175a7a118.tar.gz bcm5719-llvm-f281d490cca74f370f5121bfd74a9c8175a7a118.zip |
[ARM] Use TableGen patterns to select vtbl. NFC.
Differential Revision: https://reviews.llvm.org/D32103
llvm-svn: 300749
Diffstat (limited to 'llvm/test/CodeGen/ARM/vtbl.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/vtbl.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/vtbl.ll b/llvm/test/CodeGen/ARM/vtbl.ll index e4dd572a41b..2e0718877e9 100644 --- a/llvm/test/CodeGen/ARM/vtbl.ll +++ b/llvm/test/CodeGen/ARM/vtbl.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s +; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - -verify-machineinstrs | FileCheck %s %struct.__neon_int8x8x2_t = type { <8 x i8>, <8 x i8> } %struct.__neon_int8x8x3_t = type { <8 x i8>, <8 x i8>, <8 x i8> } |