[test] Remove missed RUN line after D109040
authorArthur Eubanks <aeubanks@google.com>
Thu, 2 Sep 2021 18:44:45 +0000 (11:44 -0700)
committerArthur Eubanks <aeubanks@google.com>
Thu, 2 Sep 2021 18:44:45 +0000 (11:44 -0700)
llvm/test/Analysis/MemorySSA/print-dot-cfg-mssa.ll

index 39c4f72..825edf0 100644 (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