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.