[llvm] a270de3 - [test] Remove missed RUN line after D109040

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 11:45:24 PDT 2021


Author: Arthur Eubanks
Date: 2021-09-02T11:44:45-07:00
New Revision: a270de359f46ee47f568af9b0e9c3849e7eefce8

URL: https://github.com/llvm/llvm-project/commit/a270de359f46ee47f568af9b0e9c3849e7eefce8
DIFF: https://github.com/llvm/llvm-project/commit/a270de359f46ee47f568af9b0e9c3849e7eefce8.diff

LOG: [test] Remove missed RUN line after D109040

Added: 
    

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

Removed: 
    


################################################################################
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<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


        


More information about the llvm-commits mailing list