[PATCH] D53505: [hot-cold-split] Add missing FileCheck invocations

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 11:00:20 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344928: [hot-cold-split] Add missing FileCheck invocations (authored by tejohnson, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D53505

Files:
  llvm/trunk/test/Transforms/HotColdSplit/split-cold-2.ll


Index: llvm/trunk/test/Transforms/HotColdSplit/split-cold-2.ll
===================================================================
--- llvm/trunk/test/Transforms/HotColdSplit/split-cold-2.ll
+++ llvm/trunk/test/Transforms/HotColdSplit/split-cold-2.ll
@@ -1,5 +1,5 @@
-; RUN: opt -hotcoldsplit -S < %s
-; RUN: opt -passes=hotcoldsplit -S < %s
+; RUN: opt -hotcoldsplit -S < %s | FileCheck %s
+; RUN: opt -passes=hotcoldsplit -S < %s | FileCheck %s
 
 ; Make sure this compiles. This test used to fail with an invalid phi node: the
 ; two predecessors were outlined and the SSA representation was invalid.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53505.170454.patch
Type: text/x-patch
Size: 604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181022/3088b245/attachment.bin>


More information about the llvm-commits mailing list