[PowerPC] Fix test for PR45297 to adapt build without asserts. NFC.
authorKai Luo <lkail@cn.ibm.com>
Fri, 27 Mar 2020 05:28:34 +0000 (05:28 +0000)
committerKai Luo <lkail@cn.ibm.com>
Fri, 27 Mar 2020 05:28:34 +0000 (05:28 +0000)
llvm/test/CodeGen/PowerPC/pr45297.ll

index 97d05ef..5bd5df5 100644 (file)
@@ -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