[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 10:12:35 PDT 2018


tejohnson updated this revision to Diff 170449.
tejohnson added a comment.

Remove unrelated change


Repository:
  rL LLVM

https://reviews.llvm.org/D53505

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


Index: test/Transforms/HotColdSplit/split-cold-2.ll
===================================================================
--- test/Transforms/HotColdSplit/split-cold-2.ll
+++ 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.170449.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181022/ba0a6b1c/attachment.bin>


More information about the llvm-commits mailing list