From 2224c2f8bc91fb22c28e8d994644320830a83ec5 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 11 Nov 2020 18:17:44 +0000 Subject: [PATCH] [BPF] intrinsic-array-2.ll - remove unused check prefixes Just use default CHECK --- llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll b/llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll index e617797..7a1a8f7 100644 --- a/llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll +++ b/llvm/test/CodeGen/BPF/CORE/intrinsic-array-2.ll @@ -1,6 +1,7 @@ ; RUN: opt -O2 %s | llvm-dis > %t1 -; RUN: llc -filetype=asm -o - %t1 | FileCheck -check-prefixes=CHECK,CHECK-ALU64 %s -; RUN: llc -mattr=+alu32 -filetype=asm -o - %t1 | FileCheck -check-prefixes=CHECK,CHECK-ALU32 %s +; RUN: llc -filetype=asm -o - %t1 | FileCheck %s +; RUN: llc -mattr=+alu32 -filetype=asm -o - %t1 | FileCheck %s + ; Source: ; enum { FIELD_EXISTENCE = 2, }; ; struct s1 { int a1; }; -- 2.7.4