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,7 +1,7 @@ ; RUN: opt -gvn-hoist %s -S -o - | FileCheck %s -; CHECK: store -; CHECK-NOT: store +; CHECK: store i8 +; CHECK-NOT: store i8 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"