diff --git a/llvm/test/Transforms/GVNHoist/non-trivial-phi.ll b/llvm/test/Transforms/GVNHoist/non-trivial-phi.ll --- a/llvm/test/Transforms/GVNHoist/non-trivial-phi.ll +++ b/llvm/test/Transforms/GVNHoist/non-trivial-phi.ll @@ -1,5 +1,6 @@ ; RUN: opt -gvn-hoist %s -S -o - | FileCheck %s +; CHECK: define void @f ; CHECK: store ; CHECK-NOT: store