[NewGVN] Remove unused check-prefixes
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 9 Nov 2020 11:29:29 +0000 (11:29 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 9 Nov 2020 12:18:19 +0000 (12:18 +0000)
llvm/test/Transforms/NewGVN/2007-07-26-PhiErasure.ll

index 808f10c..b248426 100644 (file)
@@ -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                ; <i32*> [#uses=2]
 
 define i32 @reload(%struct.rtx_def* %first, i32 %global, %struct.FILE* %dumpfile) {