From a270de359f46ee47f568af9b0e9c3849e7eefce8 Mon Sep 17 00:00:00 2001 From: Arthur Eubanks Date: Thu, 2 Sep 2021 11:44:45 -0700 Subject: [PATCH] [test] Remove missed RUN line after D109040 --- llvm/test/Analysis/MemorySSA/print-dot-cfg-mssa.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llvm/test/Analysis/MemorySSA/print-dot-cfg-mssa.ll b/llvm/test/Analysis/MemorySSA/print-dot-cfg-mssa.ll index 39c4f7274211..825edf054172 100644 --- a/llvm/test/Analysis/MemorySSA/print-dot-cfg-mssa.ll +++ b/llvm/test/Analysis/MemorySSA/print-dot-cfg-mssa.ll @@ -1,6 +1,5 @@ -;RUN: FileCheck %s -input-file=out.dot ; RUN: opt -aa-pipeline=basic-aa -passes='print' -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