Skip to content

Commit 8a24b32

Browse files
aeubanksmemfrob
authored andcommitted
[test] Remove missed RUN line after D109040
1 parent 29897d2 commit 8a24b32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/Analysis/MemorySSA/print-dot-cfg-mssa.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
;RUN: FileCheck %s -input-file=out.dot
21
; RUN: opt -aa-pipeline=basic-aa -passes='print<memoryssa>' -dot-cfg-mssa=out.dot < %s 2>&1 > /dev/null
3-
;RUN: FileCheck %s -input-file=out.dot
2+
; RUN: FileCheck %s -input-file=out.dot
43

54
; Test -dot-cfg-mssa option for -print-memoryssa.
65
; Test is based on following C code with some forwarding basic blocks

0 commit comments

Comments
 (0)