[hot-cold-split] Add missing FileCheck invocations
authorTeresa Johnson <tejohnson@google.com>
Mon, 22 Oct 2018 17:57:02 +0000 (17:57 +0000)
committerTeresa Johnson <tejohnson@google.com>
Mon, 22 Oct 2018 17:57:02 +0000 (17:57 +0000)
Summary:
r344558 added some CHECK statements to split-cold-2.ll, but didn't add
any invocations of FileCheck. Add those here.

Reviewers: sebpop

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D53505

llvm-svn: 344928

llvm/test/Transforms/HotColdSplit/split-cold-2.ll

index 3e1a567113a4bdfb8db4003390b9296c2fd8cc01..cdbb67a2d4b5a1cb4751fe642b210352ab852286 100644 (file)
@@ -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.