From a5e68c32e1b10eab808c914b142066218bf8d3c6 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 9 Nov 2020 11:29:29 +0000 Subject: [PATCH] [NewGVN] Remove unused check-prefixes --- test/Transforms/NewGVN/2007-07-26-PhiErasure.ll | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/Transforms/NewGVN/2007-07-26-PhiErasure.ll b/test/Transforms/NewGVN/2007-07-26-PhiErasure.ll index 808f10ca83b..b2484260d0e 100644 --- a/test/Transforms/NewGVN/2007-07-26-PhiErasure.ll +++ b/test/Transforms/NewGVN/2007-07-26-PhiErasure.ll @@ -1,12 +1,12 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt < %s -newgvn -S | FileCheck %s --check-prefixes=CHECK,NO_ASSUME -; RUN: opt < %s -newgvn --enable-knowledge-retention -S | FileCheck %s --check-prefixes=CHECK,USE_ASSUME +; RUN: opt < %s -newgvn -S | FileCheck %s +; RUN: opt < %s -newgvn --enable-knowledge-retention -S | FileCheck %s - %struct..0anon = type { i32 } - %struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, %struct.__sFILEX*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 } - %struct.__sFILEX = type opaque - %struct.__sbuf = type { i8*, i32 } - %struct.rtx_def = type { i16, i8, i8, [1 x %struct..0anon] } +%struct..0anon = type { i32 } +%struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, %struct.__sFILEX*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 } +%struct.__sFILEX = type opaque +%struct.__sbuf = type { i8*, i32 } +%struct.rtx_def = type { i16, i8, i8, [1 x %struct..0anon] } @n_spills = external global i32 ; [#uses=2] define i32 @reload(%struct.rtx_def* %first, i32 %global, %struct.FILE* %dumpfile) {