From 26b46b67d806a5299a93b1b3bca1548cb47487ff Mon Sep 17 00:00:00 2001 From: Kai Luo Date: Fri, 27 Mar 2020 05:28:34 +0000 Subject: [PATCH] [PowerPC] Fix test for PR45297 to adapt build without asserts. NFC. --- llvm/test/CodeGen/PowerPC/pr45297.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/PowerPC/pr45297.ll b/llvm/test/CodeGen/PowerPC/pr45297.ll index 97d05ef..5bd5df54 100644 --- a/llvm/test/CodeGen/PowerPC/pr45297.ll +++ b/llvm/test/CodeGen/PowerPC/pr45297.ll @@ -1,7 +1,7 @@ ; RUN: not --crash llc -verify-machineinstrs \ ; RUN: -mtriple=powerpc64le-unknown-linux-gnu -mattr=+altivec \ ; RUN: -mattr=-power8-vector -mattr=-vsx < %s 2>&1 | FileCheck %s -; CHECK: LLVM ERROR: Cannot select: t{{[0-9]+}}: ch = PPCISD::ST_VSR_SCAL_INT<(store 4 into @Global)> +; CHECK: LLVM ERROR: Cannot select: {{.*}}: ch = PPCISD::ST_VSR_SCAL_INT<(store 4 into @Global)> @Global = dso_local global i32 55, align 4 -- 2.7.4