Skip to content

Commit 2b0a871

Browse files
committed
[CIR][CodeGen] Removed unneeded -DAG specifier in lit check
1 parent c8a73e5 commit 2b0a871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CIR/CodeGen/vtable-available-externally.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// RUN: FileCheck -allow-deprecated-dag-overlap --check-prefix=CHECK-FORCE-EMIT %s < %t.opt
55

66
// CHECK: cir.global{{.*}} external @_ZTV1A
7-
// CHECK-FORCE-EMIT-DAG: cir.global{{.*}} available_externally @_ZTV1A
7+
// CHECK-FORCE-EMIT: cir.global{{.*}} available_externally @_ZTV1A
88
struct A {
99
A();
1010
virtual void f();

0 commit comments

Comments
 (0)