From 94abf314084bf04791eaecb03a909858ea20e089 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 8 Nov 2020 13:36:42 +0000 Subject: [PATCH] [GVN] Remove unused check-prefixes --- test/Transforms/GVN/loadpre-missed-opportunity.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Transforms/GVN/loadpre-missed-opportunity.ll b/test/Transforms/GVN/loadpre-missed-opportunity.ll index 013672fee11..bf8503bb700 100644 --- a/test/Transforms/GVN/loadpre-missed-opportunity.ll +++ b/test/Transforms/GVN/loadpre-missed-opportunity.ll @@ -1,6 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt < %s -gvn -gvn-max-block-speculations=1 -S | FileCheck -check-prefixes=ALL,PRE %s -; RUN: opt < %s -gvn -gvn-max-block-speculations=0 -S | FileCheck -check-prefixes=ALL,CHECK %s +; RUN: opt < %s -gvn -gvn-max-block-speculations=1 -S | FileCheck -check-prefix=PRE %s +; RUN: opt < %s -gvn -gvn-max-block-speculations=0 -S | FileCheck -check-prefix=CHECK %s define i32 @loadpre_opportunity(i32** %arg, i1 %arg1, i1 %arg2, i1 %arg3) { ; PRE-LABEL: @loadpre_opportunity(