[test] Remove missed RUN line after D109040

This commit is contained in:
Arthur Eubanks
2021-09-02 11:44:45 -07:00
parent 50153213c8
commit a270de359f

View File

@@ -1,6 +1,5 @@
;RUN: FileCheck %s -input-file=out.dot
; RUN: opt -aa-pipeline=basic-aa -passes='print<memoryssa>' -dot-cfg-mssa=out.dot < %s 2>&1 > /dev/null
;RUN: FileCheck %s -input-file=out.dot
; RUN: FileCheck %s -input-file=out.dot
; Test -dot-cfg-mssa option for -print-memoryssa.
; Test is based on following C code with some forwarding basic blocks